Shades of Persian Green #0EAA9F
Tints of Persian Green #0EAA9F
RGB
CMYK
RGB Variations
Color information
#0EAA9F (or 0x0EAA9F) is known color: Persian Green. HEX triplet: 0E, AA and 9F. RGB value is (14,170,159). Sum of RGB (Red+Green+Blue) = 14+170+159=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAA9F is #F15560. Grayscale: #797979. Windows color (decimal): -15816033 or 10463758. OLE color: 10463758.
HSL color Cylindrical-coordinate representation of color #0EAA9F: hue angle of 175.77º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAA9F is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 170 | 159 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.33 |
| HSL | 175.77º | 0.85% | 0.36% | - |
| HSV(B) | 175.77º | 0.92% | 0.67% | - |
| XYZ | 20.81 | 31.35 | 37.75 | - |
| YUV | 122.1 | 148.82 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 159 | 0.92 | 0 | 0.06 | 0.33 | 175.77 | 0.85 | 0.36 |
| Hex | E | AA | 9F | 5C | 0 | 6 | 21 | B0 | 55 | 24 |
| Octal | 16 | 252 | 237 | 134 | 0 | 6 | 41 | 260 | 125 | 44 |
| Binary | 1110 | 10101010 | 10011111 | 1011100 | 0 | 110 | 100001 | 10110000 | 1010101 | 100100 |
Color Harmonies of #0EAA9F
Complementary color
Monochromatic Colors of #0EAA9F
Black with #0EAA9F
Text Example
Text Example
White with #0EAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAA9F; }
p { color: rgb(14,170,159); }
H1.HeaderClassName
{
color: #0EAA9F;
}
.AnyTagClassName
{
color: #0EAA9F;
}
</style>
background-color css
<style>
a { background-color: #0EAA9F; }
a { background-color: rgb(14,170,159); }
div.DivClassName
{
background-color: #0EAA9F;
}
.BgClassName
{
background-color: #0EAA9F;
}
</style>
border-color css
<style>
span { border-color: #0EAA9F; }
span { border-color: rgb(14,170,159); }
td.TdClassName
{
border-color: #0EAA9F;
}
.TagClassName
{
border-color: #0EAA9F;
}
</style>