Shades of Persian Green #00AAA1
Tints of Persian Green #00AAA1
RGB
CMYK
RGB Variations
Color information
#00AAA1 (or 0x00AAA1) is known color: Persian Green. HEX triplet: 00, AA and A1. RGB value is (0,170,161). Sum of RGB (Red+Green+Blue) = 0+170+161=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 161 (63.28% from 255 or 48.64% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #00AAA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AAA1 is #FF555E. Grayscale: #767676. Windows color (decimal): -16733535 or 10594816. OLE color: 10594816.
HSL color Cylindrical-coordinate representation of color #00AAA1: hue angle of 176.82º 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 #00AAA1 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 161 | - |
| CMYK | 1 | 0 | 0.05 | 0.33 |
| HSL | 176.82º | 1% | 0.33% | - |
| HSV(B) | 176.82º | 1% | 0.67% | - |
| XYZ | 20.81 | 31.32 | 38.67 | - |
| YUV | 118.14 | 152.18 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 161 | 1 | 0 | 0.05 | 0.33 | 176.82 | 1 | 0.33 |
| Hex | 0 | AA | A1 | 64 | 0 | 5 | 21 | B1 | 64 | 21 |
| Octal | 0 | 252 | 241 | 144 | 0 | 5 | 41 | 261 | 144 | 41 |
| Binary | 0 | 10101010 | 10100001 | 1100100 | 0 | 101 | 100001 | 10110001 | 1100100 | 100001 |
Color Harmonies of #00AAA1
Complementary color
Monochromatic Colors of #00AAA1
Black with #00AAA1
Text Example
Text Example
White with #00AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AAA1; }
p { color: rgb(0,170,161); }
H1.HeaderClassName
{
color: #00AAA1;
}
.AnyTagClassName
{
color: #00AAA1;
}
</style>
background-color css
<style>
a { background-color: #00AAA1; }
a { background-color: rgb(0,170,161); }
div.DivClassName
{
background-color: #00AAA1;
}
.BgClassName
{
background-color: #00AAA1;
}
</style>
border-color css
<style>
span { border-color: #00AAA1; }
span { border-color: rgb(0,170,161); }
td.TdClassName
{
border-color: #00AAA1;
}
.TagClassName
{
border-color: #00AAA1;
}
</style>