Shades of Persian Green #00AAA3
Tints of Persian Green #00AAA3
RGB
CMYK
RGB Variations
Color information
#00AAA3 (or 0x00AAA3) is known color: Persian Green. HEX triplet: 00, AA and A3. RGB value is (0,170,163). Sum of RGB (Red+Green+Blue) = 0+170+163=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 163 (64.06% from 255 or 48.95% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #00AAA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AAA3 is #FF555C. Grayscale: #767676. Windows color (decimal): -16733533 or 10725888. OLE color: 10725888.
HSL color Cylindrical-coordinate representation of color #00AAA3: hue angle of 177.53º 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 #00AAA3 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 163 | - |
| CMYK | 1 | 0 | 0.04 | 0.33 |
| HSL | 177.53º | 1% | 0.33% | - |
| HSV(B) | 177.53º | 1% | 0.67% | - |
| XYZ | 20.99 | 31.39 | 39.6 | - |
| YUV | 118.37 | 153.18 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 163 | 1 | 0 | 0.04 | 0.33 | 177.53 | 1 | 0.33 |
| Hex | 0 | AA | A3 | 64 | 0 | 4 | 21 | B2 | 64 | 21 |
| Octal | 0 | 252 | 243 | 144 | 0 | 4 | 41 | 262 | 144 | 41 |
| Binary | 0 | 10101010 | 10100011 | 1100100 | 0 | 100 | 100001 | 10110010 | 1100100 | 100001 |
Color Harmonies of #00AAA3
Complementary color
Monochromatic Colors of #00AAA3
Black with #00AAA3
Text Example
Text Example
White with #00AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AAA3; }
p { color: rgb(0,170,163); }
H1.HeaderClassName
{
color: #00AAA3;
}
.AnyTagClassName
{
color: #00AAA3;
}
</style>
background-color css
<style>
a { background-color: #00AAA3; }
a { background-color: rgb(0,170,163); }
div.DivClassName
{
background-color: #00AAA3;
}
.BgClassName
{
background-color: #00AAA3;
}
</style>
border-color css
<style>
span { border-color: #00AAA3; }
span { border-color: rgb(0,170,163); }
td.TdClassName
{
border-color: #00AAA3;
}
.TagClassName
{
border-color: #00AAA3;
}
</style>