Shades of Persian Green #00AA8D
Tints of Persian Green #00AA8D
RGB
CMYK
RGB Variations
Color information
#00AA8D (or 0x00AA8D) is known color: Persian Green. HEX triplet: 00, AA and 8D. RGB value is (0,170,141). Sum of RGB (Red+Green+Blue) = 0+170+141=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AA8D is #FF5572. Grayscale: #737373. Windows color (decimal): -16733555 or 9284096. OLE color: 9284096.
HSL color Cylindrical-coordinate representation of color #00AA8D: hue angle of 169.76º 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 #00AA8D is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 141 | - |
| CMYK | 1 | 0 | 0.17 | 0.33 |
| HSL | 169.76º | 1% | 0.33% | - |
| HSV(B) | 169.76º | 1% | 0.67% | - |
| XYZ | 19.18 | 30.67 | 30.11 | - |
| YUV | 115.86 | 142.18 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 141 | 1 | 0 | 0.17 | 0.33 | 169.76 | 1 | 0.33 |
| Hex | 0 | AA | 8D | 64 | 0 | 11 | 21 | AA | 64 | 21 |
| Octal | 0 | 252 | 215 | 144 | 0 | 21 | 41 | 252 | 144 | 41 |
| Binary | 0 | 10101010 | 10001101 | 1100100 | 0 | 10001 | 100001 | 10101010 | 1100100 | 100001 |
Color Harmonies of #00AA8D
Complementary color
Monochromatic Colors of #00AA8D
Black with #00AA8D
Text Example
Text Example
White with #00AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA8D; }
p { color: rgb(0,170,141); }
H1.HeaderClassName
{
color: #00AA8D;
}
.AnyTagClassName
{
color: #00AA8D;
}
</style>
background-color css
<style>
a { background-color: #00AA8D; }
a { background-color: rgb(0,170,141); }
div.DivClassName
{
background-color: #00AA8D;
}
.BgClassName
{
background-color: #00AA8D;
}
</style>
border-color css
<style>
span { border-color: #00AA8D; }
span { border-color: rgb(0,170,141); }
td.TdClassName
{
border-color: #00AA8D;
}
.TagClassName
{
border-color: #00AA8D;
}
</style>