Shades of Persian Green #04ABAA
Tints of Persian Green #04ABAA
RGB
CMYK
RGB Variations
Color information
#04ABAA (or 0x04ABAA) is known color: Persian Green. HEX triplet: 04, AB and AA. RGB value is (4,171,170). Sum of RGB (Red+Green+Blue) = 4+171+170=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #04ABAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04ABAA is #FB5455. Grayscale: #787878. Windows color (decimal): -16471126 or 11184900. OLE color: 11184900.
HSL color Cylindrical-coordinate representation of color #04ABAA: hue angle of 179.64º 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 #04ABAA is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 171 | 170 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.33 |
| HSL | 179.64º | 0.95% | 0.34% | - |
| HSV(B) | 179.64º | 0.98% | 0.67% | - |
| XYZ | 21.87 | 32.05 | 43.06 | - |
| YUV | 120.95 | 155.67 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 170 | 0.98 | 0 | 0.01 | 0.33 | 179.64 | 0.95 | 0.34 |
| Hex | 4 | AB | AA | 62 | 0 | 1 | 21 | B4 | 5F | 22 |
| Octal | 4 | 253 | 252 | 142 | 0 | 1 | 41 | 264 | 137 | 42 |
| Binary | 100 | 10101011 | 10101010 | 1100010 | 0 | 1 | 100001 | 10110100 | 1011111 | 100010 |
Color Harmonies of #04ABAA
Complementary color
Monochromatic Colors of #04ABAA
Black with #04ABAA
Text Example
Text Example
White with #04ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ABAA; }
p { color: rgb(4,171,170); }
H1.HeaderClassName
{
color: #04ABAA;
}
.AnyTagClassName
{
color: #04ABAA;
}
</style>
background-color css
<style>
a { background-color: #04ABAA; }
a { background-color: rgb(4,171,170); }
div.DivClassName
{
background-color: #04ABAA;
}
.BgClassName
{
background-color: #04ABAA;
}
</style>
border-color css
<style>
span { border-color: #04ABAA; }
span { border-color: rgb(4,171,170); }
td.TdClassName
{
border-color: #04ABAA;
}
.TagClassName
{
border-color: #04ABAA;
}
</style>