Shades of Mountain Meadow #0EB788
Tints of Mountain Meadow #0EB788
RGB
CMYK
RGB Variations
Color information
#0EB788 (or 0x0EB788) is known color: Mountain Meadow. HEX triplet: 0E, B7 and 88. RGB value is (14,183,136). Sum of RGB (Red+Green+Blue) = 14+183+136=333 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.20% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #0EB788 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB788 is #F14877. Grayscale: #7F7F7F. Windows color (decimal): -15812728 or 8959758. OLE color: 8959758.
HSL color Cylindrical-coordinate representation of color #0EB788: hue angle of 163.31º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB788 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 183 | 136 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.28 |
| HSL | 163.31º | 0.86% | 0.39% | - |
| HSV(B) | 163.31º | 0.92% | 0.72% | - |
| XYZ | 21.56 | 35.74 | 29.05 | - |
| YUV | 127.11 | 133.01 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 183 | 136 | 0.92 | 0 | 0.26 | 0.28 | 163.31 | 0.86 | 0.39 |
| Hex | E | B7 | 88 | 5C | 0 | 1A | 1C | A3 | 56 | 27 |
| Octal | 16 | 267 | 210 | 134 | 0 | 32 | 34 | 243 | 126 | 47 |
| Binary | 1110 | 10110111 | 10001000 | 1011100 | 0 | 11010 | 11100 | 10100011 | 1010110 | 100111 |
Color Harmonies of #0EB788
Complementary color
Monochromatic Colors of #0EB788
Black with #0EB788
Text Example
Text Example
White with #0EB788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB788; }
p { color: rgb(14,183,136); }
H1.HeaderClassName
{
color: #0EB788;
}
.AnyTagClassName
{
color: #0EB788;
}
</style>
background-color css
<style>
a { background-color: #0EB788; }
a { background-color: rgb(14,183,136); }
div.DivClassName
{
background-color: #0EB788;
}
.BgClassName
{
background-color: #0EB788;
}
</style>
border-color css
<style>
span { border-color: #0EB788; }
span { border-color: rgb(14,183,136); }
td.TdClassName
{
border-color: #0EB788;
}
.TagClassName
{
border-color: #0EB788;
}
</style>