Shades of Persian Green #04B190
Tints of Persian Green #04B190
RGB
CMYK
RGB Variations
Color information
#04B190 (or 0x04B190) is known color: Persian Green. HEX triplet: 04, B1 and 90. RGB value is (4,177,144). Sum of RGB (Red+Green+Blue) = 4+177+144=325 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #04B190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04B190 is #FB4E6F. Grayscale: #797979. Windows color (decimal): -16469616 or 9482500. OLE color: 9482500.
HSL color Cylindrical-coordinate representation of color #04B190: hue angle of 168.55º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B190 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 177 | 144 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.31 |
| HSL | 168.55º | 0.96% | 0.35% | - |
| HSV(B) | 168.55º | 0.98% | 0.69% | - |
| XYZ | 20.81 | 33.48 | 31.75 | - |
| YUV | 121.51 | 140.69 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 177 | 144 | 0.98 | 0 | 0.19 | 0.31 | 168.55 | 0.96 | 0.35 |
| Hex | 4 | B1 | 90 | 62 | 0 | 13 | 1F | A9 | 60 | 23 |
| Octal | 4 | 261 | 220 | 142 | 0 | 23 | 37 | 251 | 140 | 43 |
| Binary | 100 | 10110001 | 10010000 | 1100010 | 0 | 10011 | 11111 | 10101001 | 1100000 | 100011 |
Color Harmonies of #04B190
Complementary color
Monochromatic Colors of #04B190
Black with #04B190
Text Example
Text Example
White with #04B190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B190; }
p { color: rgb(4,177,144); }
H1.HeaderClassName
{
color: #04B190;
}
.AnyTagClassName
{
color: #04B190;
}
</style>
background-color css
<style>
a { background-color: #04B190; }
a { background-color: rgb(4,177,144); }
div.DivClassName
{
background-color: #04B190;
}
.BgClassName
{
background-color: #04B190;
}
</style>
border-color css
<style>
span { border-color: #04B190; }
span { border-color: rgb(4,177,144); }
td.TdClassName
{
border-color: #04B190;
}
.TagClassName
{
border-color: #04B190;
}
</style>