Shades of Persian Green #04B2A4
Tints of Persian Green #04B2A4
RGB
CMYK
RGB Variations
Color information
#04B2A4 (or 0x04B2A4) is known color: Persian Green. HEX triplet: 04, B2 and A4. RGB value is (4,178,164). Sum of RGB (Red+Green+Blue) = 4+178+164=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #04B2A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04B2A4 is #FB4D5B. Grayscale: #7C7C7C. Windows color (decimal): -16469340 or 10793476. OLE color: 10793476.
HSL color Cylindrical-coordinate representation of color #04B2A4: hue angle of 175.17º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B2A4 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 4 | 178 | 164 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.30 |
| HSL | 175.17º | 0.96% | 0.36% | - |
| HSV(B) | 175.17º | 0.98% | 0.7% | - |
| XYZ | 22.67 | 34.55 | 40.6 | - |
| YUV | 124.38 | 150.35 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 178 | 164 | 0.98 | 0 | 0.08 | 0.30 | 175.17 | 0.96 | 0.36 |
| Hex | 4 | B2 | A4 | 62 | 0 | 8 | 1E | AF | 60 | 24 |
| Octal | 4 | 262 | 244 | 142 | 0 | 10 | 36 | 257 | 140 | 44 |
| Binary | 100 | 10110010 | 10100100 | 1100010 | 0 | 1000 | 11110 | 10101111 | 1100000 | 100100 |
Color Harmonies of #04B2A4
Complementary color
Monochromatic Colors of #04B2A4
Black with #04B2A4
Text Example
Text Example
White with #04B2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B2A4; }
p { color: rgb(4,178,164); }
H1.HeaderClassName
{
color: #04B2A4;
}
.AnyTagClassName
{
color: #04B2A4;
}
</style>
background-color css
<style>
a { background-color: #04B2A4; }
a { background-color: rgb(4,178,164); }
div.DivClassName
{
background-color: #04B2A4;
}
.BgClassName
{
background-color: #04B2A4;
}
</style>
border-color css
<style>
span { border-color: #04B2A4; }
span { border-color: rgb(4,178,164); }
td.TdClassName
{
border-color: #04B2A4;
}
.TagClassName
{
border-color: #04B2A4;
}
</style>