Shades of Persian Green #00AAAB
Tints of Persian Green #00AAAB
RGB
CMYK
RGB Variations
Color information
#00AAAB (or 0x00AAAB) is known color: Persian Green. HEX triplet: 00, AA and AB. RGB value is (0,170,171). Sum of RGB (Red+Green+Blue) = 0+170+171=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #00AAAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AAAB is #FF5554. Grayscale: #777777. Windows color (decimal): -16733525 or 11250176. OLE color: 11250176.
HSL color Cylindrical-coordinate representation of color #00AAAB: hue angle of 180.35º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AAAB is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 171 | - |
| CMYK | 1 | 0.01 | 0 | 0.33 |
| HSL | 180.35º | 1% | 0.34% | - |
| HSV(B) | 180.35º | 1% | 0.67% | - |
| XYZ | 21.73 | 31.69 | 43.5 | - |
| YUV | 119.28 | 157.18 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 171 | 1 | 0.01 | 0 | 0.33 | 180.35 | 1 | 0.34 |
| Hex | 0 | AA | AB | 64 | 1 | 0 | 21 | B4 | 64 | 22 |
| Octal | 0 | 252 | 253 | 144 | 1 | 0 | 41 | 264 | 144 | 42 |
| Binary | 0 | 10101010 | 10101011 | 1100100 | 1 | 0 | 100001 | 10110100 | 1100100 | 100010 |
Color Harmonies of #00AAAB
Complementary color
Monochromatic Colors of #00AAAB
Black with #00AAAB
Text Example
Text Example
White with #00AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AAAB; }
p { color: rgb(0,170,171); }
H1.HeaderClassName
{
color: #00AAAB;
}
.AnyTagClassName
{
color: #00AAAB;
}
</style>
background-color css
<style>
a { background-color: #00AAAB; }
a { background-color: rgb(0,170,171); }
div.DivClassName
{
background-color: #00AAAB;
}
.BgClassName
{
background-color: #00AAAB;
}
</style>
border-color css
<style>
span { border-color: #00AAAB; }
span { border-color: rgb(0,170,171); }
td.TdClassName
{
border-color: #00AAAB;
}
.TagClassName
{
border-color: #00AAAB;
}
</style>