Shades of Persian Green #04A6A0
Tints of Persian Green #04A6A0
RGB
CMYK
RGB Variations
Color information
#04A6A0 (or 0x04A6A0) is known color: Persian Green. HEX triplet: 04, A6 and A0. RGB value is (4,166,160). Sum of RGB (Red+Green+Blue) = 4+166+160=330 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #04A6A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A6A0 is #FB595F. Grayscale: #747474. Windows color (decimal): -16472416 or 10528260. OLE color: 10528260.
HSL color Cylindrical-coordinate representation of color #04A6A0: hue angle of 177.78º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A6A0 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 166 | 160 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.35 |
| HSL | 177.78º | 0.95% | 0.33% | - |
| HSV(B) | 177.78º | 0.98% | 0.65% | - |
| XYZ | 20.03 | 29.84 | 37.96 | - |
| YUV | 116.88 | 152.33 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 160 | 0.98 | 0 | 0.04 | 0.35 | 177.78 | 0.95 | 0.33 |
| Hex | 4 | A6 | A0 | 62 | 0 | 4 | 23 | B2 | 5F | 21 |
| Octal | 4 | 246 | 240 | 142 | 0 | 4 | 43 | 262 | 137 | 41 |
| Binary | 100 | 10100110 | 10100000 | 1100010 | 0 | 100 | 100011 | 10110010 | 1011111 | 100001 |
Color Harmonies of #04A6A0
Complementary color
Monochromatic Colors of #04A6A0
Black with #04A6A0
Text Example
Text Example
White with #04A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A6A0; }
p { color: rgb(4,166,160); }
H1.HeaderClassName
{
color: #04A6A0;
}
.AnyTagClassName
{
color: #04A6A0;
}
</style>
background-color css
<style>
a { background-color: #04A6A0; }
a { background-color: rgb(4,166,160); }
div.DivClassName
{
background-color: #04A6A0;
}
.BgClassName
{
background-color: #04A6A0;
}
</style>
border-color css
<style>
span { border-color: #04A6A0; }
span { border-color: rgb(4,166,160); }
td.TdClassName
{
border-color: #04A6A0;
}
.TagClassName
{
border-color: #04A6A0;
}
</style>