Shades of Persian Green #00AAAA
Tints of Persian Green #00AAAA
RGB
CMYK
RGB Variations
Color information
#00AAAA (or 0x00AAAA) is known color: Persian Green. HEX triplet: 00, AA and AA. RGB value is (0,170,170). Sum of RGB (Red+Green+Blue) = 0+170+170=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #00AAAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AAAA is #FF5555. Grayscale: #777777. Windows color (decimal): -16733526 or 11184640. OLE color: 11184640.
HSL color Cylindrical-coordinate representation of color #00AAAA: hue angle of 180º 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 #00AAAA is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 170 | - |
| CMYK | 1 | 0 | 0 | 0.33 |
| HSL | 180º | 1% | 0.33% | - |
| HSV(B) | 180º | 1% | 0.67% | - |
| XYZ | 21.63 | 31.65 | 43 | - |
| YUV | 119.17 | 156.68 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 170 | 1 | 0 | 0 | 0.33 | 180 | 1 | 0.33 |
| Hex | 0 | AA | AA | 64 | 0 | 0 | 21 | B4 | 64 | 21 |
| Octal | 0 | 252 | 252 | 144 | 0 | 0 | 41 | 264 | 144 | 41 |
| Binary | 0 | 10101010 | 10101010 | 1100100 | 0 | 0 | 100001 | 10110100 | 1100100 | 100001 |
Color Harmonies of #00AAAA
Complementary color
Monochromatic Colors of #00AAAA
Black with #00AAAA
Text Example
Text Example
White with #00AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AAAA; }
p { color: rgb(0,170,170); }
H1.HeaderClassName
{
color: #00AAAA;
}
.AnyTagClassName
{
color: #00AAAA;
}
</style>
background-color css
<style>
a { background-color: #00AAAA; }
a { background-color: rgb(0,170,170); }
div.DivClassName
{
background-color: #00AAAA;
}
.BgClassName
{
background-color: #00AAAA;
}
</style>
border-color css
<style>
span { border-color: #00AAAA; }
span { border-color: rgb(0,170,170); }
td.TdClassName
{
border-color: #00AAAA;
}
.TagClassName
{
border-color: #00AAAA;
}
</style>