Shades of Persian Green #0EA08D
Tints of Persian Green #0EA08D
RGB
CMYK
RGB Variations
Color information
#0EA08D (or 0x0EA08D) is known color: Persian Green. HEX triplet: 0E, A0 and 8D. RGB value is (14,160,141). Sum of RGB (Red+Green+Blue) = 14+160+141=315 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.44% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA08D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA08D is #F15F72. Grayscale: #727272. Windows color (decimal): -15818611 or 9281550. OLE color: 9281550.
HSL color Cylindrical-coordinate representation of color #0EA08D: hue angle of 172.19º 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 #0EA08D is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 160 | 141 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.37 |
| HSL | 172.19º | 0.84% | 0.34% | - |
| HSV(B) | 172.19º | 0.91% | 0.63% | - |
| XYZ | 17.56 | 27.16 | 29.52 | - |
| YUV | 114.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 160 | 141 | 0.91 | 0 | 0.12 | 0.37 | 172.19 | 0.84 | 0.34 |
| Hex | E | A0 | 8D | 5B | 0 | C | 25 | AC | 54 | 22 |
| Octal | 16 | 240 | 215 | 133 | 0 | 14 | 45 | 254 | 124 | 42 |
| Binary | 1110 | 10100000 | 10001101 | 1011011 | 0 | 1100 | 100101 | 10101100 | 1010100 | 100010 |
Color Harmonies of #0EA08D
Complementary color
Monochromatic Colors of #0EA08D
Black with #0EA08D
Text Example
Text Example
White with #0EA08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA08D; }
p { color: rgb(14,160,141); }
H1.HeaderClassName
{
color: #0EA08D;
}
.AnyTagClassName
{
color: #0EA08D;
}
</style>
background-color css
<style>
a { background-color: #0EA08D; }
a { background-color: rgb(14,160,141); }
div.DivClassName
{
background-color: #0EA08D;
}
.BgClassName
{
background-color: #0EA08D;
}
</style>
border-color css
<style>
span { border-color: #0EA08D; }
span { border-color: rgb(14,160,141); }
td.TdClassName
{
border-color: #0EA08D;
}
.TagClassName
{
border-color: #0EA08D;
}
</style>