Shades of Persian Green #04AAA5
Tints of Persian Green #04AAA5
RGB
CMYK
RGB Variations
Color information
#04AAA5 (or 0x04AAA5) is known color: Persian Green. HEX triplet: 04, AA and A5. RGB value is (4,170,165). Sum of RGB (Red+Green+Blue) = 4+170+165=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #04AAA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AAA5 is #FB555A. Grayscale: #777777. Windows color (decimal): -16471387 or 10856964. OLE color: 10856964.
HSL color Cylindrical-coordinate representation of color #04AAA5: hue angle of 178.19º 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 #04AAA5 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 165 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.33 |
| HSL | 178.19º | 0.95% | 0.34% | - |
| HSV(B) | 178.19º | 0.98% | 0.67% | - |
| XYZ | 21.22 | 31.49 | 40.56 | - |
| YUV | 119.8 | 153.5 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 165 | 0.98 | 0 | 0.03 | 0.33 | 178.19 | 0.95 | 0.34 |
| Hex | 4 | AA | A5 | 62 | 0 | 3 | 21 | B2 | 5F | 22 |
| Octal | 4 | 252 | 245 | 142 | 0 | 3 | 41 | 262 | 137 | 42 |
| Binary | 100 | 10101010 | 10100101 | 1100010 | 0 | 11 | 100001 | 10110010 | 1011111 | 100010 |
Color Harmonies of #04AAA5
Complementary color
Monochromatic Colors of #04AAA5
Black with #04AAA5
Text Example
Text Example
White with #04AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AAA5; }
p { color: rgb(4,170,165); }
H1.HeaderClassName
{
color: #04AAA5;
}
.AnyTagClassName
{
color: #04AAA5;
}
</style>
background-color css
<style>
a { background-color: #04AAA5; }
a { background-color: rgb(4,170,165); }
div.DivClassName
{
background-color: #04AAA5;
}
.BgClassName
{
background-color: #04AAA5;
}
</style>
border-color css
<style>
span { border-color: #04AAA5; }
span { border-color: rgb(4,170,165); }
td.TdClassName
{
border-color: #04AAA5;
}
.TagClassName
{
border-color: #04AAA5;
}
</style>