Shades of Mountain Meadow #0EAF7B
Tints of Mountain Meadow #0EAF7B
RGB
CMYK
RGB Variations
Color information
#0EAF7B (or 0x0EAF7B) is known color: Mountain Meadow. HEX triplet: 0E, AF and 7B. RGB value is (14,175,123). Sum of RGB (Red+Green+Blue) = 14+175+123=312 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.49% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAF7B is #F15084. Grayscale: #787878. Windows color (decimal): -15814789 or 8105742. OLE color: 8105742.
HSL color Cylindrical-coordinate representation of color #0EAF7B: hue angle of 160.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAF7B is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 175 | 123 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.31 |
| HSL | 160.62º | 0.85% | 0.37% | - |
| HSV(B) | 160.62º | 0.92% | 0.69% | - |
| XYZ | 19.09 | 32.18 | 23.94 | - |
| YUV | 120.93 | 129.16 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 123 | 0.92 | 0 | 0.30 | 0.31 | 160.62 | 0.85 | 0.37 |
| Hex | E | AF | 7B | 5C | 0 | 1E | 1F | A1 | 55 | 25 |
| Octal | 16 | 257 | 173 | 134 | 0 | 36 | 37 | 241 | 125 | 45 |
| Binary | 1110 | 10101111 | 1111011 | 1011100 | 0 | 11110 | 11111 | 10100001 | 1010101 | 100101 |
Color Harmonies of #0EAF7B
Complementary color
Monochromatic Colors of #0EAF7B
Black with #0EAF7B
Text Example
Text Example
White with #0EAF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAF7B; }
p { color: rgb(14,175,123); }
H1.HeaderClassName
{
color: #0EAF7B;
}
.AnyTagClassName
{
color: #0EAF7B;
}
</style>
background-color css
<style>
a { background-color: #0EAF7B; }
a { background-color: rgb(14,175,123); }
div.DivClassName
{
background-color: #0EAF7B;
}
.BgClassName
{
background-color: #0EAF7B;
}
</style>
border-color css
<style>
span { border-color: #0EAF7B; }
span { border-color: rgb(14,175,123); }
td.TdClassName
{
border-color: #0EAF7B;
}
.TagClassName
{
border-color: #0EAF7B;
}
</style>