Shades of Persian Green #04B085
Tints of Persian Green #04B085
RGB
CMYK
RGB Variations
Color information
#04B085 (or 0x04B085) is known color: Persian Green. HEX triplet: 04, B0 and 85. RGB value is (4,176,133). Sum of RGB (Red+Green+Blue) = 4+176+133=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #04B085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04B085 is #FB4F7A. Grayscale: #777777. Windows color (decimal): -16469883 or 8761348. OLE color: 8761348.
HSL color Cylindrical-coordinate representation of color #04B085: hue angle of 165º 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 #04B085 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 176 | 133 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.31 |
| HSL | 165º | 0.96% | 0.35% | - |
| HSV(B) | 165º | 0.98% | 0.69% | - |
| XYZ | 19.81 | 32.77 | 27.47 | - |
| YUV | 119.67 | 135.52 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 176 | 133 | 0.98 | 0 | 0.24 | 0.31 | 165 | 0.96 | 0.35 |
| Hex | 4 | B0 | 85 | 62 | 0 | 18 | 1F | A5 | 60 | 23 |
| Octal | 4 | 260 | 205 | 142 | 0 | 30 | 37 | 245 | 140 | 43 |
| Binary | 100 | 10110000 | 10000101 | 1100010 | 0 | 11000 | 11111 | 10100101 | 1100000 | 100011 |
Color Harmonies of #04B085
Complementary color
Monochromatic Colors of #04B085
Black with #04B085
Text Example
Text Example
White with #04B085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B085; }
p { color: rgb(4,176,133); }
H1.HeaderClassName
{
color: #04B085;
}
.AnyTagClassName
{
color: #04B085;
}
</style>
background-color css
<style>
a { background-color: #04B085; }
a { background-color: rgb(4,176,133); }
div.DivClassName
{
background-color: #04B085;
}
.BgClassName
{
background-color: #04B085;
}
</style>
border-color css
<style>
span { border-color: #04B085; }
span { border-color: rgb(4,176,133); }
td.TdClassName
{
border-color: #04B085;
}
.TagClassName
{
border-color: #04B085;
}
</style>