Shades of Jade #04B87C
Tints of Jade #04B87C
RGB
CMYK
RGB Variations
Color information
#04B87C (or 0x04B87C) is known color: Jade. HEX triplet: 04, B8 and 7C. RGB value is (4,184,124). Sum of RGB (Red+Green+Blue) = 4+184+124=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 184 (72.27% from 255 or 58.97% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 184 - color contains mainly: green. Hex color #04B87C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B87C is #FB4783. Grayscale: #7B7B7B. Windows color (decimal): -16467844 or 8173572. OLE color: 8173572.
HSL color Cylindrical-coordinate representation of color #04B87C: hue angle of 160º 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 #04B87C is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 184 | 124 | - |
| CMYK | 0.98 | 0 | 0.33 | 0.28 |
| HSL | 160º | 0.96% | 0.37% | - |
| HSV(B) | 160º | 0.98% | 0.72% | - |
| XYZ | 20.83 | 35.76 | 24.87 | - |
| YUV | 123.34 | 128.37 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 124 | 0.98 | 0 | 0.33 | 0.28 | 160 | 0.96 | 0.37 |
| Hex | 4 | B8 | 7C | 62 | 0 | 21 | 1C | A0 | 60 | 25 |
| Octal | 4 | 270 | 174 | 142 | 0 | 41 | 34 | 240 | 140 | 45 |
| Binary | 100 | 10111000 | 1111100 | 1100010 | 0 | 100001 | 11100 | 10100000 | 1100000 | 100101 |
Color Harmonies of #04B87C
Complementary color
Monochromatic Colors of #04B87C
Black with #04B87C
Text Example
Text Example
White with #04B87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B87C; }
p { color: rgb(4,184,124); }
H1.HeaderClassName
{
color: #04B87C;
}
.AnyTagClassName
{
color: #04B87C;
}
</style>
background-color css
<style>
a { background-color: #04B87C; }
a { background-color: rgb(4,184,124); }
div.DivClassName
{
background-color: #04B87C;
}
.BgClassName
{
background-color: #04B87C;
}
</style>
border-color css
<style>
span { border-color: #04B87C; }
span { border-color: rgb(4,184,124); }
td.TdClassName
{
border-color: #04B87C;
}
.TagClassName
{
border-color: #04B87C;
}
</style>