Shades of Persian Green #04A69C
Tints of Persian Green #04A69C
RGB
CMYK
RGB Variations
Color information
#04A69C (or 0x04A69C) is known color: Persian Green. HEX triplet: 04, A6 and 9C. RGB value is (4,166,156). Sum of RGB (Red+Green+Blue) = 4+166+156=326 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #04A69C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A69C is #FB5963. Grayscale: #747474. Windows color (decimal): -16472420 or 10266116. OLE color: 10266116.
HSL color Cylindrical-coordinate representation of color #04A69C: hue angle of 176.3º 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 #04A69C is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 166 | 156 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.35 |
| HSL | 176.3º | 0.95% | 0.33% | - |
| HSV(B) | 176.3º | 0.98% | 0.65% | - |
| XYZ | 19.69 | 29.7 | 36.15 | - |
| YUV | 116.42 | 150.33 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 166 | 156 | 0.98 | 0 | 0.06 | 0.35 | 176.3 | 0.95 | 0.33 |
| Hex | 4 | A6 | 9C | 62 | 0 | 6 | 23 | B0 | 5F | 21 |
| Octal | 4 | 246 | 234 | 142 | 0 | 6 | 43 | 260 | 137 | 41 |
| Binary | 100 | 10100110 | 10011100 | 1100010 | 0 | 110 | 100011 | 10110000 | 1011111 | 100001 |
Color Harmonies of #04A69C
Complementary color
Monochromatic Colors of #04A69C
Black with #04A69C
Text Example
Text Example
White with #04A69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A69C; }
p { color: rgb(4,166,156); }
H1.HeaderClassName
{
color: #04A69C;
}
.AnyTagClassName
{
color: #04A69C;
}
</style>
background-color css
<style>
a { background-color: #04A69C; }
a { background-color: rgb(4,166,156); }
div.DivClassName
{
background-color: #04A69C;
}
.BgClassName
{
background-color: #04A69C;
}
</style>
border-color css
<style>
span { border-color: #04A69C; }
span { border-color: rgb(4,166,156); }
td.TdClassName
{
border-color: #04A69C;
}
.TagClassName
{
border-color: #04A69C;
}
</style>