Shades of Mountain Meadow #06BB80
Tints of Mountain Meadow #06BB80
RGB
CMYK
RGB Variations
Color information
#06BB80 (or 0x06BB80) is known color: Mountain Meadow. HEX triplet: 06, BB and 80. RGB value is (6,187,128). Sum of RGB (Red+Green+Blue) = 6+187+128=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #06BB80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BB80 is #F9447F. Grayscale: #7E7E7E. Windows color (decimal): -16336000 or 8436486. OLE color: 8436486.
HSL color Cylindrical-coordinate representation of color #06BB80: hue angle of 160.44º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BB80 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 187 | 128 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.27 |
| HSL | 160.44º | 0.94% | 0.38% | - |
| HSV(B) | 160.44º | 0.97% | 0.73% | - |
| XYZ | 21.74 | 37.14 | 26.44 | - |
| YUV | 126.16 | 129.03 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 187 | 128 | 0.97 | 0 | 0.32 | 0.27 | 160.44 | 0.94 | 0.38 |
| Hex | 6 | BB | 80 | 61 | 0 | 20 | 1B | A0 | 5E | 26 |
| Octal | 6 | 273 | 200 | 141 | 0 | 40 | 33 | 240 | 136 | 46 |
| Binary | 110 | 10111011 | 10000000 | 1100001 | 0 | 100000 | 11011 | 10100000 | 1011110 | 100110 |
Color Harmonies of #06BB80
Complementary color
Monochromatic Colors of #06BB80
Black with #06BB80
Text Example
Text Example
White with #06BB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BB80; }
p { color: rgb(6,187,128); }
H1.HeaderClassName
{
color: #06BB80;
}
.AnyTagClassName
{
color: #06BB80;
}
</style>
background-color css
<style>
a { background-color: #06BB80; }
a { background-color: rgb(6,187,128); }
div.DivClassName
{
background-color: #06BB80;
}
.BgClassName
{
background-color: #06BB80;
}
</style>
border-color css
<style>
span { border-color: #06BB80; }
span { border-color: rgb(6,187,128); }
td.TdClassName
{
border-color: #06BB80;
}
.TagClassName
{
border-color: #06BB80;
}
</style>