Shades of Persian Green #04A08B
Tints of Persian Green #04A08B
RGB
CMYK
RGB Variations
Color information
#04A08B (or 0x04A08B) is known color: Persian Green. HEX triplet: 04, A0 and 8B. RGB value is (4,160,139). Sum of RGB (Red+Green+Blue) = 4+160+139=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #04A08B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A08B is #FB5F74. Grayscale: #6E6E6E. Windows color (decimal): -16473973 or 9150468. OLE color: 9150468.
HSL color Cylindrical-coordinate representation of color #04A08B: hue angle of 171.92º 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 #04A08B is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 160 | 139 | - |
| CMYK | 0.98 | 0 | 0.13 | 0.37 |
| HSL | 171.92º | 0.95% | 0.32% | - |
| HSV(B) | 171.92º | 0.98% | 0.63% | - |
| XYZ | 17.28 | 27.03 | 28.73 | - |
| YUV | 110.96 | 143.82 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 139 | 0.98 | 0 | 0.13 | 0.37 | 171.92 | 0.95 | 0.32 |
| Hex | 4 | A0 | 8B | 62 | 0 | D | 25 | AC | 5F | 20 |
| Octal | 4 | 240 | 213 | 142 | 0 | 15 | 45 | 254 | 137 | 40 |
| Binary | 100 | 10100000 | 10001011 | 1100010 | 0 | 1101 | 100101 | 10101100 | 1011111 | 100000 |
Color Harmonies of #04A08B
Complementary color
Monochromatic Colors of #04A08B
Black with #04A08B
Text Example
Text Example
White with #04A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A08B; }
p { color: rgb(4,160,139); }
H1.HeaderClassName
{
color: #04A08B;
}
.AnyTagClassName
{
color: #04A08B;
}
</style>
background-color css
<style>
a { background-color: #04A08B; }
a { background-color: rgb(4,160,139); }
div.DivClassName
{
background-color: #04A08B;
}
.BgClassName
{
background-color: #04A08B;
}
</style>
border-color css
<style>
span { border-color: #04A08B; }
span { border-color: rgb(4,160,139); }
td.TdClassName
{
border-color: #04A08B;
}
.TagClassName
{
border-color: #04A08B;
}
</style>