Shades of Persian Green #00A8AA
Tints of Persian Green #00A8AA
RGB
CMYK
RGB Variations
Color information
#00A8AA (or 0x00A8AA) is known color: Persian Green. HEX triplet: 00, A8 and AA. RGB value is (0,168,170). Sum of RGB (Red+Green+Blue) = 0+168+170=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 168 (66.02% from 255 or 49.70% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #00A8AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A8AA is #FF5755. Grayscale: #757575. Windows color (decimal): -16734038 or 11184128. OLE color: 11184128.
HSL color Cylindrical-coordinate representation of color #00A8AA: hue angle of 180.71º 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 #00A8AA is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 168 | 170 | - |
| CMYK | 1 | 0.01 | 0 | 0.33 |
| HSL | 180.71º | 1% | 0.33% | - |
| HSV(B) | 180.71º | 1% | 0.67% | - |
| XYZ | 21.26 | 30.91 | 42.88 | - |
| YUV | 118 | 157.34 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 170 | 1 | 0.01 | 0 | 0.33 | 180.71 | 1 | 0.33 |
| Hex | 0 | A8 | AA | 64 | 1 | 0 | 21 | B5 | 64 | 21 |
| Octal | 0 | 250 | 252 | 144 | 1 | 0 | 41 | 265 | 144 | 41 |
| Binary | 0 | 10101000 | 10101010 | 1100100 | 1 | 0 | 100001 | 10110101 | 1100100 | 100001 |
Color Harmonies of #00A8AA
Complementary color
Monochromatic Colors of #00A8AA
Black with #00A8AA
Text Example
Text Example
White with #00A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A8AA; }
p { color: rgb(0,168,170); }
H1.HeaderClassName
{
color: #00A8AA;
}
.AnyTagClassName
{
color: #00A8AA;
}
</style>
background-color css
<style>
a { background-color: #00A8AA; }
a { background-color: rgb(0,168,170); }
div.DivClassName
{
background-color: #00A8AA;
}
.BgClassName
{
background-color: #00A8AA;
}
</style>
border-color css
<style>
span { border-color: #00A8AA; }
span { border-color: rgb(0,168,170); }
td.TdClassName
{
border-color: #00A8AA;
}
.TagClassName
{
border-color: #00A8AA;
}
</style>