Shades of Persian Green #02AAA0
Tints of Persian Green #02AAA0
RGB
CMYK
RGB Variations
Color information
#02AAA0 (or 0x02AAA0) is known color: Persian Green. HEX triplet: 02, AA and A0. RGB value is (2,170,160). Sum of RGB (Red+Green+Blue) = 2+170+160=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #02AAA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AAA0 is #FD555F. Grayscale: #767676. Windows color (decimal): -16602464 or 10529282. OLE color: 10529282.
HSL color Cylindrical-coordinate representation of color #02AAA0: hue angle of 176.43º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AAA0 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 170 | 160 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.33 |
| HSL | 176.43º | 0.98% | 0.34% | - |
| HSV(B) | 176.43º | 0.99% | 0.67% | - |
| XYZ | 20.74 | 31.3 | 38.21 | - |
| YUV | 118.63 | 151.34 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 160 | 0.99 | 0 | 0.06 | 0.33 | 176.43 | 0.98 | 0.34 |
| Hex | 2 | AA | A0 | 63 | 0 | 6 | 21 | B0 | 62 | 22 |
| Octal | 2 | 252 | 240 | 143 | 0 | 6 | 41 | 260 | 142 | 42 |
| Binary | 10 | 10101010 | 10100000 | 1100011 | 0 | 110 | 100001 | 10110000 | 1100010 | 100010 |
Color Harmonies of #02AAA0
Complementary color
Monochromatic Colors of #02AAA0
Black with #02AAA0
Text Example
Text Example
White with #02AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AAA0; }
p { color: rgb(2,170,160); }
H1.HeaderClassName
{
color: #02AAA0;
}
.AnyTagClassName
{
color: #02AAA0;
}
</style>
background-color css
<style>
a { background-color: #02AAA0; }
a { background-color: rgb(2,170,160); }
div.DivClassName
{
background-color: #02AAA0;
}
.BgClassName
{
background-color: #02AAA0;
}
</style>
border-color css
<style>
span { border-color: #02AAA0; }
span { border-color: rgb(2,170,160); }
td.TdClassName
{
border-color: #02AAA0;
}
.TagClassName
{
border-color: #02AAA0;
}
</style>