Shades of Persian Green #04A08F
Tints of Persian Green #04A08F
RGB
CMYK
RGB Variations
Color information
#04A08F (or 0x04A08F) is known color: Persian Green. HEX triplet: 04, A0 and 8F. RGB value is (4,160,143). Sum of RGB (Red+Green+Blue) = 4+160+143=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #04A08F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A08F is #FB5F70. Grayscale: #6F6F6F. Windows color (decimal): -16473969 or 9412612. OLE color: 9412612.
HSL color Cylindrical-coordinate representation of color #04A08F: hue angle of 173.46º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A08F is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 160 | 143 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.37 |
| HSL | 173.46º | 0.95% | 0.32% | - |
| HSV(B) | 173.46º | 0.98% | 0.63% | - |
| XYZ | 17.58 | 27.15 | 30.3 | - |
| YUV | 111.42 | 145.82 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 143 | 0.98 | 0 | 0.11 | 0.37 | 173.46 | 0.95 | 0.32 |
| Hex | 4 | A0 | 8F | 62 | 0 | B | 25 | AD | 5F | 20 |
| Octal | 4 | 240 | 217 | 142 | 0 | 13 | 45 | 255 | 137 | 40 |
| Binary | 100 | 10100000 | 10001111 | 1100010 | 0 | 1011 | 100101 | 10101101 | 1011111 | 100000 |
Color Harmonies of #04A08F
Complementary color
Monochromatic Colors of #04A08F
Black with #04A08F
Text Example
Text Example
White with #04A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A08F; }
p { color: rgb(4,160,143); }
H1.HeaderClassName
{
color: #04A08F;
}
.AnyTagClassName
{
color: #04A08F;
}
</style>
background-color css
<style>
a { background-color: #04A08F; }
a { background-color: rgb(4,160,143); }
div.DivClassName
{
background-color: #04A08F;
}
.BgClassName
{
background-color: #04A08F;
}
</style>
border-color css
<style>
span { border-color: #04A08F; }
span { border-color: rgb(4,160,143); }
td.TdClassName
{
border-color: #04A08F;
}
.TagClassName
{
border-color: #04A08F;
}
</style>