Shades of Persian Green #0EAAA0
Tints of Persian Green #0EAAA0
RGB
CMYK
RGB Variations
Color information
#0EAAA0 (or 0x0EAAA0) is known color: Persian Green. HEX triplet: 0E, AA and A0. RGB value is (14,170,160). Sum of RGB (Red+Green+Blue) = 14+170+160=344 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.07% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAAA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAAA0 is #F1555F. Grayscale: #7A7A7A. Windows color (decimal): -15816032 or 10529294. OLE color: 10529294.
HSL color Cylindrical-coordinate representation of color #0EAAA0: hue angle of 176.15º 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 #0EAAA0 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 170 | 160 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.33 |
| HSL | 176.15º | 0.85% | 0.36% | - |
| HSV(B) | 176.15º | 0.92% | 0.67% | - |
| XYZ | 20.9 | 31.38 | 38.21 | - |
| YUV | 122.22 | 149.32 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 160 | 0.92 | 0 | 0.06 | 0.33 | 176.15 | 0.85 | 0.36 |
| Hex | E | AA | A0 | 5C | 0 | 6 | 21 | B0 | 55 | 24 |
| Octal | 16 | 252 | 240 | 134 | 0 | 6 | 41 | 260 | 125 | 44 |
| Binary | 1110 | 10101010 | 10100000 | 1011100 | 0 | 110 | 100001 | 10110000 | 1010101 | 100100 |
Color Harmonies of #0EAAA0
Complementary color
Monochromatic Colors of #0EAAA0
Black with #0EAAA0
Text Example
Text Example
White with #0EAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAAA0; }
p { color: rgb(14,170,160); }
H1.HeaderClassName
{
color: #0EAAA0;
}
.AnyTagClassName
{
color: #0EAAA0;
}
</style>
background-color css
<style>
a { background-color: #0EAAA0; }
a { background-color: rgb(14,170,160); }
div.DivClassName
{
background-color: #0EAAA0;
}
.BgClassName
{
background-color: #0EAAA0;
}
</style>
border-color css
<style>
span { border-color: #0EAAA0; }
span { border-color: rgb(14,170,160); }
td.TdClassName
{
border-color: #0EAAA0;
}
.TagClassName
{
border-color: #0EAAA0;
}
</style>