Shades of Jade #04B27A
Tints of Jade #04B27A
RGB
CMYK
RGB Variations
Color information
#04B27A (or 0x04B27A) is known color: Jade. HEX triplet: 04, B2 and 7A. RGB value is (4,178,122). Sum of RGB (Red+Green+Blue) = 4+178+122=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 178 (69.92% from 255 or 58.55% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 178 - color contains mainly: green. Hex color #04B27A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04B27A is #FB4D85. Grayscale: #777777. Windows color (decimal): -16469382 or 8040964. OLE color: 8040964.
HSL color Cylindrical-coordinate representation of color #04B27A: hue angle of 160.69º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B27A is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 4 | 178 | 122 | - |
| CMYK | 0.98 | 0 | 0.31 | 0.30 |
| HSL | 160.69º | 0.96% | 0.36% | - |
| HSV(B) | 160.69º | 0.98% | 0.7% | - |
| XYZ | 19.48 | 33.27 | 23.81 | - |
| YUV | 119.59 | 129.35 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 178 | 122 | 0.98 | 0 | 0.31 | 0.30 | 160.69 | 0.96 | 0.36 |
| Hex | 4 | B2 | 7A | 62 | 0 | 1F | 1E | A1 | 60 | 24 |
| Octal | 4 | 262 | 172 | 142 | 0 | 37 | 36 | 241 | 140 | 44 |
| Binary | 100 | 10110010 | 1111010 | 1100010 | 0 | 11111 | 11110 | 10100001 | 1100000 | 100100 |
Color Harmonies of #04B27A
Complementary color
Monochromatic Colors of #04B27A
Black with #04B27A
Text Example
Text Example
White with #04B27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B27A; }
p { color: rgb(4,178,122); }
H1.HeaderClassName
{
color: #04B27A;
}
.AnyTagClassName
{
color: #04B27A;
}
</style>
background-color css
<style>
a { background-color: #04B27A; }
a { background-color: rgb(4,178,122); }
div.DivClassName
{
background-color: #04B27A;
}
.BgClassName
{
background-color: #04B27A;
}
</style>
border-color css
<style>
span { border-color: #04B27A; }
span { border-color: rgb(4,178,122); }
td.TdClassName
{
border-color: #04B27A;
}
.TagClassName
{
border-color: #04B27A;
}
</style>