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