Shades of Persian Green #04A29B
Tints of Persian Green #04A29B
RGB
CMYK
RGB Variations
Color information
#04A29B (or 0x04A29B) is known color: Persian Green. HEX triplet: 04, A2 and 9B. RGB value is (4,162,155). Sum of RGB (Red+Green+Blue) = 4+162+155=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #04A29B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A29B is #FB5D64. Grayscale: #717171. Windows color (decimal): -16473445 or 10199556. OLE color: 10199556.
HSL color Cylindrical-coordinate representation of color #04A29B: hue angle of 177.34º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A29B is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 162 | 155 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.36 |
| HSL | 177.34º | 0.95% | 0.33% | - |
| HSV(B) | 177.34º | 0.98% | 0.64% | - |
| XYZ | 18.89 | 28.23 | 35.46 | - |
| YUV | 113.96 | 151.15 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 162 | 155 | 0.98 | 0 | 0.04 | 0.36 | 177.34 | 0.95 | 0.33 |
| Hex | 4 | A2 | 9B | 62 | 0 | 4 | 24 | B1 | 5F | 21 |
| Octal | 4 | 242 | 233 | 142 | 0 | 4 | 44 | 261 | 137 | 41 |
| Binary | 100 | 10100010 | 10011011 | 1100010 | 0 | 100 | 100100 | 10110001 | 1011111 | 100001 |
Color Harmonies of #04A29B
Complementary color
Monochromatic Colors of #04A29B
Black with #04A29B
Text Example
Text Example
White with #04A29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A29B; }
p { color: rgb(4,162,155); }
H1.HeaderClassName
{
color: #04A29B;
}
.AnyTagClassName
{
color: #04A29B;
}
</style>
background-color css
<style>
a { background-color: #04A29B; }
a { background-color: rgb(4,162,155); }
div.DivClassName
{
background-color: #04A29B;
}
.BgClassName
{
background-color: #04A29B;
}
</style>
border-color css
<style>
span { border-color: #04A29B; }
span { border-color: rgb(4,162,155); }
td.TdClassName
{
border-color: #04A29B;
}
.TagClassName
{
border-color: #04A29B;
}
</style>