Shades of Persian Green #02AAAA
Tints of Persian Green #02AAAA
RGB
CMYK
RGB Variations
Color information
#02AAAA (or 0x02AAAA) is known color: Persian Green. HEX triplet: 02, AA and AA. RGB value is (2,170,170). Sum of RGB (Red+Green+Blue) = 2+170+170=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #02AAAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AAAA is #FD5555. Grayscale: #777777. Windows color (decimal): -16602454 or 11184642. OLE color: 11184642.
HSL color Cylindrical-coordinate representation of color #02AAAA: hue angle of 180º 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 #02AAAA is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 170 | 170 | - |
| CMYK | 0.99 | 0 | 0 | 0.33 |
| HSL | 180º | 0.98% | 0.34% | - |
| HSV(B) | 180º | 0.99% | 0.67% | - |
| XYZ | 21.66 | 31.66 | 43 | - |
| YUV | 119.77 | 156.34 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 170 | 170 | 0.99 | 0 | 0 | 0.33 | 180 | 0.98 | 0.34 |
| Hex | 2 | AA | AA | 63 | 0 | 0 | 21 | B4 | 62 | 22 |
| Octal | 2 | 252 | 252 | 143 | 0 | 0 | 41 | 264 | 142 | 42 |
| Binary | 10 | 10101010 | 10101010 | 1100011 | 0 | 0 | 100001 | 10110100 | 1100010 | 100010 |
Color Harmonies of #02AAAA
Complementary color
Monochromatic Colors of #02AAAA
Black with #02AAAA
Text Example
Text Example
White with #02AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AAAA; }
p { color: rgb(2,170,170); }
H1.HeaderClassName
{
color: #02AAAA;
}
.AnyTagClassName
{
color: #02AAAA;
}
</style>
background-color css
<style>
a { background-color: #02AAAA; }
a { background-color: rgb(2,170,170); }
div.DivClassName
{
background-color: #02AAAA;
}
.BgClassName
{
background-color: #02AAAA;
}
</style>
border-color css
<style>
span { border-color: #02AAAA; }
span { border-color: rgb(2,170,170); }
td.TdClassName
{
border-color: #02AAAA;
}
.TagClassName
{
border-color: #02AAAA;
}
</style>