Shades of Mountain Meadow #0EBE8F
Tints of Mountain Meadow #0EBE8F
RGB
CMYK
RGB Variations
Color information
#0EBE8F (or 0x0EBE8F) is known color: Mountain Meadow. HEX triplet: 0E, BE and 8F. RGB value is (14,190,143). Sum of RGB (Red+Green+Blue) = 14+190+143=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBE8F is #F14170. Grayscale: #848484. Windows color (decimal): -15810929 or 9420302. OLE color: 9420302.
HSL color Cylindrical-coordinate representation of color #0EBE8F: hue angle of 163.98º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBE8F is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 190 | 143 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.25 |
| HSL | 163.98º | 0.86% | 0.4% | - |
| HSV(B) | 163.98º | 0.93% | 0.75% | - |
| XYZ | 23.55 | 38.9 | 32.25 | - |
| YUV | 132.02 | 134.19 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 143 | 0.93 | 0 | 0.25 | 0.25 | 163.98 | 0.86 | 0.4 |
| Hex | E | BE | 8F | 5D | 0 | 19 | 19 | A4 | 56 | 28 |
| Octal | 16 | 276 | 217 | 135 | 0 | 31 | 31 | 244 | 126 | 50 |
| Binary | 1110 | 10111110 | 10001111 | 1011101 | 0 | 11001 | 11001 | 10100100 | 1010110 | 101000 |
Color Harmonies of #0EBE8F
Complementary color
Monochromatic Colors of #0EBE8F
Black with #0EBE8F
Text Example
Text Example
White with #0EBE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBE8F; }
p { color: rgb(14,190,143); }
H1.HeaderClassName
{
color: #0EBE8F;
}
.AnyTagClassName
{
color: #0EBE8F;
}
</style>
background-color css
<style>
a { background-color: #0EBE8F; }
a { background-color: rgb(14,190,143); }
div.DivClassName
{
background-color: #0EBE8F;
}
.BgClassName
{
background-color: #0EBE8F;
}
</style>
border-color css
<style>
span { border-color: #0EBE8F; }
span { border-color: rgb(14,190,143); }
td.TdClassName
{
border-color: #0EBE8F;
}
.TagClassName
{
border-color: #0EBE8F;
}
</style>