Shades of Mountain Meadow #06BA7E
Tints of Mountain Meadow #06BA7E
RGB
CMYK
RGB Variations
Color information
#06BA7E (or 0x06BA7E) is known color: Mountain Meadow. HEX triplet: 06, BA and 7E. RGB value is (6,186,126). Sum of RGB (Red+Green+Blue) = 6+186+126=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BA7E is #F94581. Grayscale: #7D7D7D. Windows color (decimal): -16336258 or 8305158. OLE color: 8305158.
HSL color Cylindrical-coordinate representation of color #06BA7E: hue angle of 160º 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 #06BA7E is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 186 | 126 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.27 |
| HSL | 160º | 0.94% | 0.38% | - |
| HSV(B) | 160º | 0.97% | 0.73% | - |
| XYZ | 21.4 | 36.66 | 25.69 | - |
| YUV | 125.34 | 128.37 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 126 | 0.97 | 0 | 0.32 | 0.27 | 160 | 0.94 | 0.38 |
| Hex | 6 | BA | 7E | 61 | 0 | 20 | 1B | A0 | 5E | 26 |
| Octal | 6 | 272 | 176 | 141 | 0 | 40 | 33 | 240 | 136 | 46 |
| Binary | 110 | 10111010 | 1111110 | 1100001 | 0 | 100000 | 11011 | 10100000 | 1011110 | 100110 |
Color Harmonies of #06BA7E
Complementary color
Monochromatic Colors of #06BA7E
Black with #06BA7E
Text Example
Text Example
White with #06BA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BA7E; }
p { color: rgb(6,186,126); }
H1.HeaderClassName
{
color: #06BA7E;
}
.AnyTagClassName
{
color: #06BA7E;
}
</style>
background-color css
<style>
a { background-color: #06BA7E; }
a { background-color: rgb(6,186,126); }
div.DivClassName
{
background-color: #06BA7E;
}
.BgClassName
{
background-color: #06BA7E;
}
</style>
border-color css
<style>
span { border-color: #06BA7E; }
span { border-color: rgb(6,186,126); }
td.TdClassName
{
border-color: #06BA7E;
}
.TagClassName
{
border-color: #06BA7E;
}
</style>