Shades of Persian Green #0EA08E
Tints of Persian Green #0EA08E
RGB
CMYK
RGB Variations
Color information
#0EA08E (or 0x0EA08E) is known color: Persian Green. HEX triplet: 0E, A0 and 8E. RGB value is (14,160,142). Sum of RGB (Red+Green+Blue) = 14+160+142=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA08E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA08E is #F15F71. Grayscale: #727272. Windows color (decimal): -15818610 or 9347086. OLE color: 9347086.
HSL color Cylindrical-coordinate representation of color #0EA08E: hue angle of 172.6º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA08E is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 160 | 142 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.37 |
| HSL | 172.6º | 0.84% | 0.34% | - |
| HSV(B) | 172.6º | 0.91% | 0.63% | - |
| XYZ | 17.63 | 27.19 | 29.91 | - |
| YUV | 114.29 | 143.63 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 160 | 142 | 0.91 | 0 | 0.11 | 0.37 | 172.6 | 0.84 | 0.34 |
| Hex | E | A0 | 8E | 5B | 0 | B | 25 | AD | 54 | 22 |
| Octal | 16 | 240 | 216 | 133 | 0 | 13 | 45 | 255 | 124 | 42 |
| Binary | 1110 | 10100000 | 10001110 | 1011011 | 0 | 1011 | 100101 | 10101101 | 1010100 | 100010 |
Color Harmonies of #0EA08E
Complementary color
Monochromatic Colors of #0EA08E
Black with #0EA08E
Text Example
Text Example
White with #0EA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA08E; }
p { color: rgb(14,160,142); }
H1.HeaderClassName
{
color: #0EA08E;
}
.AnyTagClassName
{
color: #0EA08E;
}
</style>
background-color css
<style>
a { background-color: #0EA08E; }
a { background-color: rgb(14,160,142); }
div.DivClassName
{
background-color: #0EA08E;
}
.BgClassName
{
background-color: #0EA08E;
}
</style>
border-color css
<style>
span { border-color: #0EA08E; }
span { border-color: rgb(14,160,142); }
td.TdClassName
{
border-color: #0EA08E;
}
.TagClassName
{
border-color: #0EA08E;
}
</style>