Shades of Persian Green #00AFAC
Tints of Persian Green #00AFAC
RGB
CMYK
RGB Variations
Color information
#00AFAC (or 0x00AFAC) is known color: Persian Green. HEX triplet: 00, AF and AC. RGB value is (0,175,172). Sum of RGB (Red+Green+Blue) = 0+175+172=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #00AFAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AFAC is #FF5053. Grayscale: #7A7A7A. Windows color (decimal): -16732244 or 11316992. OLE color: 11316992.
HSL color Cylindrical-coordinate representation of color #00AFAC: hue angle of 178.97º 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 #00AFAC is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 175 | 172 | - |
| CMYK | 1 | 0 | 0.02 | 0.31 |
| HSL | 178.97º | 1% | 0.34% | - |
| HSV(B) | 178.97º | 1% | 0.69% | - |
| XYZ | 22.78 | 33.64 | 44.32 | - |
| YUV | 122.33 | 156.02 | 40.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 172 | 1 | 0 | 0.02 | 0.31 | 178.97 | 1 | 0.34 |
| Hex | 0 | AF | AC | 64 | 0 | 2 | 1F | B3 | 64 | 22 |
| Octal | 0 | 257 | 254 | 144 | 0 | 2 | 37 | 263 | 144 | 42 |
| Binary | 0 | 10101111 | 10101100 | 1100100 | 0 | 10 | 11111 | 10110011 | 1100100 | 100010 |
Color Harmonies of #00AFAC
Complementary color
Monochromatic Colors of #00AFAC
Black with #00AFAC
Text Example
Text Example
White with #00AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFAC; }
p { color: rgb(0,175,172); }
H1.HeaderClassName
{
color: #00AFAC;
}
.AnyTagClassName
{
color: #00AFAC;
}
</style>
background-color css
<style>
a { background-color: #00AFAC; }
a { background-color: rgb(0,175,172); }
div.DivClassName
{
background-color: #00AFAC;
}
.BgClassName
{
background-color: #00AFAC;
}
</style>
border-color css
<style>
span { border-color: #00AFAC; }
span { border-color: rgb(0,175,172); }
td.TdClassName
{
border-color: #00AFAC;
}
.TagClassName
{
border-color: #00AFAC;
}
</style>