Shades of Persian Green #04B5A3
Tints of Persian Green #04B5A3
RGB
CMYK
RGB Variations
Color information
#04B5A3 (or 0x04B5A3) is known color: Persian Green. HEX triplet: 04, B5 and A3. RGB value is (4,181,163). Sum of RGB (Red+Green+Blue) = 4+181+163=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #04B5A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B5A3 is #FB4A5C. Grayscale: #7D7D7D. Windows color (decimal): -16468573 or 10728708. OLE color: 10728708.
HSL color Cylindrical-coordinate representation of color #04B5A3: hue angle of 173.9º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B5A3 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 181 | 163 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.29 |
| HSL | 173.9º | 0.96% | 0.36% | - |
| HSV(B) | 173.9º | 0.98% | 0.71% | - |
| XYZ | 23.18 | 35.72 | 40.32 | - |
| YUV | 126.03 | 148.86 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 181 | 163 | 0.98 | 0 | 0.10 | 0.29 | 173.9 | 0.96 | 0.36 |
| Hex | 4 | B5 | A3 | 62 | 0 | A | 1D | AE | 60 | 24 |
| Octal | 4 | 265 | 243 | 142 | 0 | 12 | 35 | 256 | 140 | 44 |
| Binary | 100 | 10110101 | 10100011 | 1100010 | 0 | 1010 | 11101 | 10101110 | 1100000 | 100100 |
Color Harmonies of #04B5A3
Complementary color
Monochromatic Colors of #04B5A3
Black with #04B5A3
Text Example
Text Example
White with #04B5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B5A3; }
p { color: rgb(4,181,163); }
H1.HeaderClassName
{
color: #04B5A3;
}
.AnyTagClassName
{
color: #04B5A3;
}
</style>
background-color css
<style>
a { background-color: #04B5A3; }
a { background-color: rgb(4,181,163); }
div.DivClassName
{
background-color: #04B5A3;
}
.BgClassName
{
background-color: #04B5A3;
}
</style>
border-color css
<style>
span { border-color: #04B5A3; }
span { border-color: rgb(4,181,163); }
td.TdClassName
{
border-color: #04B5A3;
}
.TagClassName
{
border-color: #04B5A3;
}
</style>