Shades of Mountain Meadow #06BC80
Tints of Mountain Meadow #06BC80
RGB
CMYK
RGB Variations
Color information
#06BC80 (or 0x06BC80) is known color: Mountain Meadow. HEX triplet: 06, BC and 80. RGB value is (6,188,128). Sum of RGB (Red+Green+Blue) = 6+188+128=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BC80 is #F9437F. Grayscale: #7E7E7E. Windows color (decimal): -16335744 or 8436742. OLE color: 8436742.
HSL color Cylindrical-coordinate representation of color #06BC80: hue angle of 160.22º 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 #06BC80 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 188 | 128 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.26 |
| HSL | 160.22º | 0.94% | 0.38% | - |
| HSV(B) | 160.22º | 0.97% | 0.74% | - |
| XYZ | 21.95 | 37.56 | 26.52 | - |
| YUV | 126.74 | 128.7 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 128 | 0.97 | 0 | 0.32 | 0.26 | 160.22 | 0.94 | 0.38 |
| Hex | 6 | BC | 80 | 61 | 0 | 20 | 1A | A0 | 5E | 26 |
| Octal | 6 | 274 | 200 | 141 | 0 | 40 | 32 | 240 | 136 | 46 |
| Binary | 110 | 10111100 | 10000000 | 1100001 | 0 | 100000 | 11010 | 10100000 | 1011110 | 100110 |
Color Harmonies of #06BC80
Complementary color
Monochromatic Colors of #06BC80
Black with #06BC80
Text Example
Text Example
White with #06BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BC80; }
p { color: rgb(6,188,128); }
H1.HeaderClassName
{
color: #06BC80;
}
.AnyTagClassName
{
color: #06BC80;
}
</style>
background-color css
<style>
a { background-color: #06BC80; }
a { background-color: rgb(6,188,128); }
div.DivClassName
{
background-color: #06BC80;
}
.BgClassName
{
background-color: #06BC80;
}
</style>
border-color css
<style>
span { border-color: #06BC80; }
span { border-color: rgb(6,188,128); }
td.TdClassName
{
border-color: #06BC80;
}
.TagClassName
{
border-color: #06BC80;
}
</style>