Shades of Persian Green #04A08D
Tints of Persian Green #04A08D
RGB
CMYK
RGB Variations
Color information
#04A08D (or 0x04A08D) is known color: Persian Green. HEX triplet: 04, A0 and 8D. RGB value is (4,160,141). Sum of RGB (Red+Green+Blue) = 4+160+141=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #04A08D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A08D is #FB5F72. Grayscale: #6F6F6F. Windows color (decimal): -16473971 or 9281540. OLE color: 9281540.
HSL color Cylindrical-coordinate representation of color #04A08D: hue angle of 172.69º 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 #04A08D is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 160 | 141 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.37 |
| HSL | 172.69º | 0.95% | 0.32% | - |
| HSV(B) | 172.69º | 0.98% | 0.63% | - |
| XYZ | 17.43 | 27.09 | 29.51 | - |
| YUV | 111.19 | 144.82 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 141 | 0.98 | 0 | 0.12 | 0.37 | 172.69 | 0.95 | 0.32 |
| Hex | 4 | A0 | 8D | 62 | 0 | C | 25 | AD | 5F | 20 |
| Octal | 4 | 240 | 215 | 142 | 0 | 14 | 45 | 255 | 137 | 40 |
| Binary | 100 | 10100000 | 10001101 | 1100010 | 0 | 1100 | 100101 | 10101101 | 1011111 | 100000 |
Color Harmonies of #04A08D
Complementary color
Monochromatic Colors of #04A08D
Black with #04A08D
Text Example
Text Example
White with #04A08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A08D; }
p { color: rgb(4,160,141); }
H1.HeaderClassName
{
color: #04A08D;
}
.AnyTagClassName
{
color: #04A08D;
}
</style>
background-color css
<style>
a { background-color: #04A08D; }
a { background-color: rgb(4,160,141); }
div.DivClassName
{
background-color: #04A08D;
}
.BgClassName
{
background-color: #04A08D;
}
</style>
border-color css
<style>
span { border-color: #04A08D; }
span { border-color: rgb(4,160,141); }
td.TdClassName
{
border-color: #04A08D;
}
.TagClassName
{
border-color: #04A08D;
}
</style>