Shades of Mountain Meadow #0EAC8C
Tints of Mountain Meadow #0EAC8C
RGB
CMYK
RGB Variations
Color information
#0EAC8C (or 0x0EAC8C) is known color: Mountain Meadow. HEX triplet: 0E, AC and 8C. RGB value is (14,172,140). Sum of RGB (Red+Green+Blue) = 14+172+140=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAC8C is #F15373. Grayscale: #797979. Windows color (decimal): -15815540 or 9219086. OLE color: 9219086.
HSL color Cylindrical-coordinate representation of color #0EAC8C: hue angle of 167.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAC8C is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 172 | 140 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.33 |
| HSL | 167.85º | 0.85% | 0.36% | - |
| HSV(B) | 167.85º | 0.92% | 0.67% | - |
| XYZ | 19.67 | 31.49 | 29.85 | - |
| YUV | 121.11 | 138.65 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 140 | 0.92 | 0 | 0.19 | 0.33 | 167.85 | 0.85 | 0.36 |
| Hex | E | AC | 8C | 5C | 0 | 13 | 21 | A8 | 55 | 24 |
| Octal | 16 | 254 | 214 | 134 | 0 | 23 | 41 | 250 | 125 | 44 |
| Binary | 1110 | 10101100 | 10001100 | 1011100 | 0 | 10011 | 100001 | 10101000 | 1010101 | 100100 |
Color Harmonies of #0EAC8C
Complementary color
Monochromatic Colors of #0EAC8C
Black with #0EAC8C
Text Example
Text Example
White with #0EAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAC8C; }
p { color: rgb(14,172,140); }
H1.HeaderClassName
{
color: #0EAC8C;
}
.AnyTagClassName
{
color: #0EAC8C;
}
</style>
background-color css
<style>
a { background-color: #0EAC8C; }
a { background-color: rgb(14,172,140); }
div.DivClassName
{
background-color: #0EAC8C;
}
.BgClassName
{
background-color: #0EAC8C;
}
</style>
border-color css
<style>
span { border-color: #0EAC8C; }
span { border-color: rgb(14,172,140); }
td.TdClassName
{
border-color: #0EAC8C;
}
.TagClassName
{
border-color: #0EAC8C;
}
</style>