Shades of Persian Green #00AFAA
Tints of Persian Green #00AFAA
RGB
CMYK
RGB Variations
Color information
#00AFAA (or 0x00AFAA) is known color: Persian Green. HEX triplet: 00, AF and AA. RGB value is (0,175,170). Sum of RGB (Red+Green+Blue) = 0+175+170=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #00AFAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AFAA is #FF5055. Grayscale: #797979. Windows color (decimal): -16732246 or 11185920. OLE color: 11185920.
HSL color Cylindrical-coordinate representation of color #00AFAA: hue angle of 178.29º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AFAA is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 175 | 170 | - |
| CMYK | 1 | 0 | 0.03 | 0.31 |
| HSL | 178.29º | 1% | 0.34% | - |
| HSV(B) | 178.29º | 1% | 0.69% | - |
| XYZ | 22.59 | 33.56 | 43.32 | - |
| YUV | 122.11 | 155.02 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 170 | 1 | 0 | 0.03 | 0.31 | 178.29 | 1 | 0.34 |
| Hex | 0 | AF | AA | 64 | 0 | 3 | 1F | B2 | 64 | 22 |
| Octal | 0 | 257 | 252 | 144 | 0 | 3 | 37 | 262 | 144 | 42 |
| Binary | 0 | 10101111 | 10101010 | 1100100 | 0 | 11 | 11111 | 10110010 | 1100100 | 100010 |
Color Harmonies of #00AFAA
Complementary color
Monochromatic Colors of #00AFAA
Black with #00AFAA
Text Example
Text Example
White with #00AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFAA; }
p { color: rgb(0,175,170); }
H1.HeaderClassName
{
color: #00AFAA;
}
.AnyTagClassName
{
color: #00AFAA;
}
</style>
background-color css
<style>
a { background-color: #00AFAA; }
a { background-color: rgb(0,175,170); }
div.DivClassName
{
background-color: #00AFAA;
}
.BgClassName
{
background-color: #00AFAA;
}
</style>
border-color css
<style>
span { border-color: #00AFAA; }
span { border-color: rgb(0,175,170); }
td.TdClassName
{
border-color: #00AFAA;
}
.TagClassName
{
border-color: #00AFAA;
}
</style>