Shades of Persian Green #04AA8D
Tints of Persian Green #04AA8D
RGB
CMYK
RGB Variations
Color information
#04AA8D (or 0x04AA8D) is known color: Persian Green. HEX triplet: 04, AA and 8D. RGB value is (4,170,141). Sum of RGB (Red+Green+Blue) = 4+170+141=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AA8D is #FB5572. Grayscale: #757575. Windows color (decimal): -16471411 or 9284100. OLE color: 9284100.
HSL color Cylindrical-coordinate representation of color #04AA8D: hue angle of 169.52º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AA8D is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 141 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.33 |
| HSL | 169.52º | 0.95% | 0.34% | - |
| HSV(B) | 169.52º | 0.98% | 0.67% | - |
| XYZ | 19.23 | 30.7 | 30.11 | - |
| YUV | 117.06 | 141.5 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 141 | 0.98 | 0 | 0.17 | 0.33 | 169.52 | 0.95 | 0.34 |
| Hex | 4 | AA | 8D | 62 | 0 | 11 | 21 | AA | 5F | 22 |
| Octal | 4 | 252 | 215 | 142 | 0 | 21 | 41 | 252 | 137 | 42 |
| Binary | 100 | 10101010 | 10001101 | 1100010 | 0 | 10001 | 100001 | 10101010 | 1011111 | 100010 |
Color Harmonies of #04AA8D
Complementary color
Monochromatic Colors of #04AA8D
Black with #04AA8D
Text Example
Text Example
White with #04AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA8D; }
p { color: rgb(4,170,141); }
H1.HeaderClassName
{
color: #04AA8D;
}
.AnyTagClassName
{
color: #04AA8D;
}
</style>
background-color css
<style>
a { background-color: #04AA8D; }
a { background-color: rgb(4,170,141); }
div.DivClassName
{
background-color: #04AA8D;
}
.BgClassName
{
background-color: #04AA8D;
}
</style>
border-color css
<style>
span { border-color: #04AA8D; }
span { border-color: rgb(4,170,141); }
td.TdClassName
{
border-color: #04AA8D;
}
.TagClassName
{
border-color: #04AA8D;
}
</style>