Shades of Jade #04B17E
Tints of Jade #04B17E
RGB
CMYK
RGB Variations
Color information
#04B17E (or 0x04B17E) is known color: Jade. HEX triplet: 04, B1 and 7E. RGB value is (4,177,126). Sum of RGB (Red+Green+Blue) = 4+177+126=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 177 (69.53% from 255 or 57.65% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 177 - color contains mainly: green. Hex color #04B17E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04B17E is #FB4E81. Grayscale: #777777. Windows color (decimal): -16469634 or 8302852. OLE color: 8302852.
HSL color Cylindrical-coordinate representation of color #04B17E: hue angle of 162.31º 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 #04B17E is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 177 | 126 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.31 |
| HSL | 162.31º | 0.96% | 0.35% | - |
| HSV(B) | 162.31º | 0.98% | 0.69% | - |
| XYZ | 19.54 | 32.98 | 25.07 | - |
| YUV | 119.46 | 131.69 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 177 | 126 | 0.98 | 0 | 0.29 | 0.31 | 162.31 | 0.96 | 0.35 |
| Hex | 4 | B1 | 7E | 62 | 0 | 1D | 1F | A2 | 60 | 23 |
| Octal | 4 | 261 | 176 | 142 | 0 | 35 | 37 | 242 | 140 | 43 |
| Binary | 100 | 10110001 | 1111110 | 1100010 | 0 | 11101 | 11111 | 10100010 | 1100000 | 100011 |
Color Harmonies of #04B17E
Complementary color
Monochromatic Colors of #04B17E
Black with #04B17E
Text Example
Text Example
White with #04B17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B17E; }
p { color: rgb(4,177,126); }
H1.HeaderClassName
{
color: #04B17E;
}
.AnyTagClassName
{
color: #04B17E;
}
</style>
background-color css
<style>
a { background-color: #04B17E; }
a { background-color: rgb(4,177,126); }
div.DivClassName
{
background-color: #04B17E;
}
.BgClassName
{
background-color: #04B17E;
}
</style>
border-color css
<style>
span { border-color: #04B17E; }
span { border-color: rgb(4,177,126); }
td.TdClassName
{
border-color: #04B17E;
}
.TagClassName
{
border-color: #04B17E;
}
</style>