Shades of Persian Green #00ACAA
Tints of Persian Green #00ACAA
RGB
CMYK
RGB Variations
Color information
#00ACAA (or 0x00ACAA) is known color: Persian Green. HEX triplet: 00, AC and AA. RGB value is (0,172,170). Sum of RGB (Red+Green+Blue) = 0+172+170=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #00ACAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00ACAA is #FF5355. Grayscale: #787878. Windows color (decimal): -16733014 or 11185152. OLE color: 11185152.
HSL color Cylindrical-coordinate representation of color #00ACAA: hue angle of 179.3º 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 #00ACAA is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 172 | 170 | - |
| CMYK | 1 | 0 | 0.01 | 0.33 |
| HSL | 179.3º | 1% | 0.34% | - |
| HSV(B) | 179.3º | 1% | 0.67% | - |
| XYZ | 22.01 | 32.41 | 43.13 | - |
| YUV | 120.34 | 156.02 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 170 | 1 | 0 | 0.01 | 0.33 | 179.3 | 1 | 0.34 |
| Hex | 0 | AC | AA | 64 | 0 | 1 | 21 | B3 | 64 | 22 |
| Octal | 0 | 254 | 252 | 144 | 0 | 1 | 41 | 263 | 144 | 42 |
| Binary | 0 | 10101100 | 10101010 | 1100100 | 0 | 1 | 100001 | 10110011 | 1100100 | 100010 |
Color Harmonies of #00ACAA
Complementary color
Monochromatic Colors of #00ACAA
Black with #00ACAA
Text Example
Text Example
White with #00ACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ACAA; }
p { color: rgb(0,172,170); }
H1.HeaderClassName
{
color: #00ACAA;
}
.AnyTagClassName
{
color: #00ACAA;
}
</style>
background-color css
<style>
a { background-color: #00ACAA; }
a { background-color: rgb(0,172,170); }
div.DivClassName
{
background-color: #00ACAA;
}
.BgClassName
{
background-color: #00ACAA;
}
</style>
border-color css
<style>
span { border-color: #00ACAA; }
span { border-color: rgb(0,172,170); }
td.TdClassName
{
border-color: #00ACAA;
}
.TagClassName
{
border-color: #00ACAA;
}
</style>