Shades of Mountain Meadow #0EBA87
Tints of Mountain Meadow #0EBA87
RGB
CMYK
RGB Variations
Color information
#0EBA87 (or 0x0EBA87) is known color: Mountain Meadow. HEX triplet: 0E, BA and 87. RGB value is (14,186,135). Sum of RGB (Red+Green+Blue) = 14+186+135=335 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.18% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBA87 is #F14578. Grayscale: #808080. Windows color (decimal): -15811961 or 8894990. OLE color: 8894990.
HSL color Cylindrical-coordinate representation of color #0EBA87: hue angle of 162.21º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EBA87 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 135 | - |
| CMYK | 0.92 | 0 | 0.27 | 0.27 |
| HSL | 162.21º | 0.86% | 0.39% | - |
| HSV(B) | 162.21º | 0.92% | 0.73% | - |
| XYZ | 22.11 | 36.96 | 28.89 | - |
| YUV | 128.76 | 131.52 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 135 | 0.92 | 0 | 0.27 | 0.27 | 162.21 | 0.86 | 0.39 |
| Hex | E | BA | 87 | 5C | 0 | 1B | 1B | A2 | 56 | 27 |
| Octal | 16 | 272 | 207 | 134 | 0 | 33 | 33 | 242 | 126 | 47 |
| Binary | 1110 | 10111010 | 10000111 | 1011100 | 0 | 11011 | 11011 | 10100010 | 1010110 | 100111 |
Color Harmonies of #0EBA87
Complementary color
Monochromatic Colors of #0EBA87
Black with #0EBA87
Text Example
Text Example
White with #0EBA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA87; }
p { color: rgb(14,186,135); }
H1.HeaderClassName
{
color: #0EBA87;
}
.AnyTagClassName
{
color: #0EBA87;
}
</style>
background-color css
<style>
a { background-color: #0EBA87; }
a { background-color: rgb(14,186,135); }
div.DivClassName
{
background-color: #0EBA87;
}
.BgClassName
{
background-color: #0EBA87;
}
</style>
border-color css
<style>
span { border-color: #0EBA87; }
span { border-color: rgb(14,186,135); }
td.TdClassName
{
border-color: #0EBA87;
}
.TagClassName
{
border-color: #0EBA87;
}
</style>