Shades of Persian Green #00AAA2
Tints of Persian Green #00AAA2
RGB
CMYK
RGB Variations
Color information
#00AAA2 (or 0x00AAA2) is known color: Persian Green. HEX triplet: 00, AA and A2. RGB value is (0,170,162). Sum of RGB (Red+Green+Blue) = 0+170+162=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #00AAA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AAA2 is #FF555D. Grayscale: #767676. Windows color (decimal): -16733534 or 10660352. OLE color: 10660352.
HSL color Cylindrical-coordinate representation of color #00AAA2: hue angle of 177.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AAA2 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 162 | - |
| CMYK | 1 | 0 | 0.05 | 0.33 |
| HSL | 177.18º | 1% | 0.33% | - |
| HSV(B) | 177.18º | 1% | 0.67% | - |
| XYZ | 20.9 | 31.36 | 39.13 | - |
| YUV | 118.26 | 152.68 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 162 | 1 | 0 | 0.05 | 0.33 | 177.18 | 1 | 0.33 |
| Hex | 0 | AA | A2 | 64 | 0 | 5 | 21 | B1 | 64 | 21 |
| Octal | 0 | 252 | 242 | 144 | 0 | 5 | 41 | 261 | 144 | 41 |
| Binary | 0 | 10101010 | 10100010 | 1100100 | 0 | 101 | 100001 | 10110001 | 1100100 | 100001 |
Color Harmonies of #00AAA2
Complementary color
Monochromatic Colors of #00AAA2
Black with #00AAA2
Text Example
Text Example
White with #00AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AAA2; }
p { color: rgb(0,170,162); }
H1.HeaderClassName
{
color: #00AAA2;
}
.AnyTagClassName
{
color: #00AAA2;
}
</style>
background-color css
<style>
a { background-color: #00AAA2; }
a { background-color: rgb(0,170,162); }
div.DivClassName
{
background-color: #00AAA2;
}
.BgClassName
{
background-color: #00AAA2;
}
</style>
border-color css
<style>
span { border-color: #00AAA2; }
span { border-color: rgb(0,170,162); }
td.TdClassName
{
border-color: #00AAA2;
}
.TagClassName
{
border-color: #00AAA2;
}
</style>