Shades of Persian Green #0EAB9C
Tints of Persian Green #0EAB9C
RGB
CMYK
RGB Variations
Color information
#0EAB9C (or 0x0EAB9C) is known color: Persian Green. HEX triplet: 0E, AB and 9C. RGB value is (14,171,156). Sum of RGB (Red+Green+Blue) = 14+171+156=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAB9C is #F15463. Grayscale: #7A7A7A. Windows color (decimal): -15815780 or 10267406. OLE color: 10267406.
HSL color Cylindrical-coordinate representation of color #0EAB9C: hue angle of 174.27º 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 #0EAB9C is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 171 | 156 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.33 |
| HSL | 174.27º | 0.85% | 0.36% | - |
| HSV(B) | 174.27º | 0.92% | 0.67% | - |
| XYZ | 20.74 | 31.62 | 36.46 | - |
| YUV | 122.35 | 146.99 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 171 | 156 | 0.92 | 0 | 0.09 | 0.33 | 174.27 | 0.85 | 0.36 |
| Hex | E | AB | 9C | 5C | 0 | 9 | 21 | AE | 55 | 24 |
| Octal | 16 | 253 | 234 | 134 | 0 | 11 | 41 | 256 | 125 | 44 |
| Binary | 1110 | 10101011 | 10011100 | 1011100 | 0 | 1001 | 100001 | 10101110 | 1010101 | 100100 |
Color Harmonies of #0EAB9C
Complementary color
Monochromatic Colors of #0EAB9C
Black with #0EAB9C
Text Example
Text Example
White with #0EAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAB9C; }
p { color: rgb(14,171,156); }
H1.HeaderClassName
{
color: #0EAB9C;
}
.AnyTagClassName
{
color: #0EAB9C;
}
</style>
background-color css
<style>
a { background-color: #0EAB9C; }
a { background-color: rgb(14,171,156); }
div.DivClassName
{
background-color: #0EAB9C;
}
.BgClassName
{
background-color: #0EAB9C;
}
</style>
border-color css
<style>
span { border-color: #0EAB9C; }
span { border-color: rgb(14,171,156); }
td.TdClassName
{
border-color: #0EAB9C;
}
.TagClassName
{
border-color: #0EAB9C;
}
</style>