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