Shades of Persian Green #04B7A4
Tints of Persian Green #04B7A4
RGB
CMYK
RGB Variations
Color information
#04B7A4 (or 0x04B7A4) is known color: Persian Green. HEX triplet: 04, B7 and A4. RGB value is (4,183,164). Sum of RGB (Red+Green+Blue) = 4+183+164=351 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #04B7A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04B7A4 is #FB485B. Grayscale: #7F7F7F. Windows color (decimal): -16468060 or 10794756. OLE color: 10794756.
HSL color Cylindrical-coordinate representation of color #04B7A4: hue angle of 173.63º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B7A4 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 183 | 164 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.28 |
| HSL | 173.63º | 0.96% | 0.37% | - |
| HSV(B) | 173.63º | 0.98% | 0.72% | - |
| XYZ | 23.68 | 36.57 | 40.93 | - |
| YUV | 127.31 | 148.7 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 183 | 164 | 0.98 | 0 | 0.10 | 0.28 | 173.63 | 0.96 | 0.37 |
| Hex | 4 | B7 | A4 | 62 | 0 | A | 1C | AE | 60 | 25 |
| Octal | 4 | 267 | 244 | 142 | 0 | 12 | 34 | 256 | 140 | 45 |
| Binary | 100 | 10110111 | 10100100 | 1100010 | 0 | 1010 | 11100 | 10101110 | 1100000 | 100101 |
Color Harmonies of #04B7A4
Complementary color
Monochromatic Colors of #04B7A4
Black with #04B7A4
Text Example
Text Example
White with #04B7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B7A4; }
p { color: rgb(4,183,164); }
H1.HeaderClassName
{
color: #04B7A4;
}
.AnyTagClassName
{
color: #04B7A4;
}
</style>
background-color css
<style>
a { background-color: #04B7A4; }
a { background-color: rgb(4,183,164); }
div.DivClassName
{
background-color: #04B7A4;
}
.BgClassName
{
background-color: #04B7A4;
}
</style>
border-color css
<style>
span { border-color: #04B7A4; }
span { border-color: rgb(4,183,164); }
td.TdClassName
{
border-color: #04B7A4;
}
.TagClassName
{
border-color: #04B7A4;
}
</style>