Shades of Mountain Meadow #06BC86
Tints of Mountain Meadow #06BC86
RGB
CMYK
RGB Variations
Color information
#06BC86 (or 0x06BC86) is known color: Mountain Meadow. HEX triplet: 06, BC and 86. RGB value is (6,188,134). Sum of RGB (Red+Green+Blue) = 6+188+134=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BC86 is #F94379. Grayscale: #7F7F7F. Windows color (decimal): -16335738 or 8829958. OLE color: 8829958.
HSL color Cylindrical-coordinate representation of color #06BC86: hue angle of 162.2º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BC86 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 188 | 134 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.26 |
| HSL | 162.2º | 0.94% | 0.38% | - |
| HSV(B) | 162.2º | 0.97% | 0.74% | - |
| XYZ | 22.36 | 37.73 | 28.66 | - |
| YUV | 127.43 | 131.7 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 134 | 0.97 | 0 | 0.29 | 0.26 | 162.2 | 0.94 | 0.38 |
| Hex | 6 | BC | 86 | 61 | 0 | 1D | 1A | A2 | 5E | 26 |
| Octal | 6 | 274 | 206 | 141 | 0 | 35 | 32 | 242 | 136 | 46 |
| Binary | 110 | 10111100 | 10000110 | 1100001 | 0 | 11101 | 11010 | 10100010 | 1011110 | 100110 |
Color Harmonies of #06BC86
Complementary color
Monochromatic Colors of #06BC86
Black with #06BC86
Text Example
Text Example
White with #06BC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BC86; }
p { color: rgb(6,188,134); }
H1.HeaderClassName
{
color: #06BC86;
}
.AnyTagClassName
{
color: #06BC86;
}
</style>
background-color css
<style>
a { background-color: #06BC86; }
a { background-color: rgb(6,188,134); }
div.DivClassName
{
background-color: #06BC86;
}
.BgClassName
{
background-color: #06BC86;
}
</style>
border-color css
<style>
span { border-color: #06BC86; }
span { border-color: rgb(6,188,134); }
td.TdClassName
{
border-color: #06BC86;
}
.TagClassName
{
border-color: #06BC86;
}
</style>