Shades of Mountain Meadow #0EAD8B
Tints of Mountain Meadow #0EAD8B
RGB
CMYK
RGB Variations
Color information
#0EAD8B (or 0x0EAD8B) is known color: Mountain Meadow. HEX triplet: 0E, AD and 8B. RGB value is (14,173,139). Sum of RGB (Red+Green+Blue) = 14+173+139=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAD8B is #F15274. Grayscale: #797979. Windows color (decimal): -15815285 or 9153806. OLE color: 9153806.
HSL color Cylindrical-coordinate representation of color #0EAD8B: hue angle of 167.17º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAD8B is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 139 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.32 |
| HSL | 167.17º | 0.85% | 0.37% | - |
| HSV(B) | 167.17º | 0.92% | 0.68% | - |
| XYZ | 19.78 | 31.84 | 29.53 | - |
| YUV | 121.58 | 137.82 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 139 | 0.92 | 0 | 0.20 | 0.32 | 167.17 | 0.85 | 0.37 |
| Hex | E | AD | 8B | 5C | 0 | 14 | 20 | A7 | 55 | 25 |
| Octal | 16 | 255 | 213 | 134 | 0 | 24 | 40 | 247 | 125 | 45 |
| Binary | 1110 | 10101101 | 10001011 | 1011100 | 0 | 10100 | 100000 | 10100111 | 1010101 | 100101 |
Color Harmonies of #0EAD8B
Complementary color
Monochromatic Colors of #0EAD8B
Black with #0EAD8B
Text Example
Text Example
White with #0EAD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAD8B; }
p { color: rgb(14,173,139); }
H1.HeaderClassName
{
color: #0EAD8B;
}
.AnyTagClassName
{
color: #0EAD8B;
}
</style>
background-color css
<style>
a { background-color: #0EAD8B; }
a { background-color: rgb(14,173,139); }
div.DivClassName
{
background-color: #0EAD8B;
}
.BgClassName
{
background-color: #0EAD8B;
}
</style>
border-color css
<style>
span { border-color: #0EAD8B; }
span { border-color: rgb(14,173,139); }
td.TdClassName
{
border-color: #0EAD8B;
}
.TagClassName
{
border-color: #0EAD8B;
}
</style>