Shades of Persian Green #04B09B
Tints of Persian Green #04B09B
RGB
CMYK
RGB Variations
Color information
#04B09B (or 0x04B09B) is known color: Persian Green. HEX triplet: 04, B0 and 9B. RGB value is (4,176,155). Sum of RGB (Red+Green+Blue) = 4+176+155=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #04B09B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04B09B is #FB4F64. Grayscale: #7A7A7A. Windows color (decimal): -16469861 or 10203140. OLE color: 10203140.
HSL color Cylindrical-coordinate representation of color #04B09B: hue angle of 172.67º 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 #04B09B is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 176 | 155 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.31 |
| HSL | 172.67º | 0.96% | 0.35% | - |
| HSV(B) | 172.67º | 0.98% | 0.69% | - |
| XYZ | 21.49 | 33.44 | 36.33 | - |
| YUV | 122.18 | 146.52 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 176 | 155 | 0.98 | 0 | 0.12 | 0.31 | 172.67 | 0.96 | 0.35 |
| Hex | 4 | B0 | 9B | 62 | 0 | C | 1F | AD | 60 | 23 |
| Octal | 4 | 260 | 233 | 142 | 0 | 14 | 37 | 255 | 140 | 43 |
| Binary | 100 | 10110000 | 10011011 | 1100010 | 0 | 1100 | 11111 | 10101101 | 1100000 | 100011 |
Color Harmonies of #04B09B
Complementary color
Monochromatic Colors of #04B09B
Black with #04B09B
Text Example
Text Example
White with #04B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B09B; }
p { color: rgb(4,176,155); }
H1.HeaderClassName
{
color: #04B09B;
}
.AnyTagClassName
{
color: #04B09B;
}
</style>
background-color css
<style>
a { background-color: #04B09B; }
a { background-color: rgb(4,176,155); }
div.DivClassName
{
background-color: #04B09B;
}
.BgClassName
{
background-color: #04B09B;
}
</style>
border-color css
<style>
span { border-color: #04B09B; }
span { border-color: rgb(4,176,155); }
td.TdClassName
{
border-color: #04B09B;
}
.TagClassName
{
border-color: #04B09B;
}
</style>