Shades of Jade #16B865
Tints of Jade #16B865
RGB
CMYK
RGB Variations
Color information
#16B865 (or 0x16B865) is known color: Jade. HEX triplet: 16, B8 and 65. RGB value is (22,184,101). Sum of RGB (Red+Green+Blue) = 22+184+101=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 184 (72.27% from 255 or 59.93% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 184 - color contains mainly: green. Hex color #16B865 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B865 is #E9479A. Grayscale: #7E7E7E. Windows color (decimal): -15288219 or 6666262. OLE color: 6666262.
HSL color Cylindrical-coordinate representation of color #16B865: hue angle of 149.26º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B865 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 184 | 101 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.28 |
| HSL | 149.26º | 0.79% | 0.4% | - |
| HSV(B) | 149.26º | 0.88% | 0.72% | - |
| XYZ | 19.82 | 35.39 | 18.1 | - |
| YUV | 126.1 | 113.83 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 184 | 101 | 0.88 | 0 | 0.45 | 0.28 | 149.26 | 0.79 | 0.4 |
| Hex | 16 | B8 | 65 | 58 | 0 | 2D | 1C | 95 | 4F | 28 |
| Octal | 26 | 270 | 145 | 130 | 0 | 55 | 34 | 225 | 117 | 50 |
| Binary | 10110 | 10111000 | 1100101 | 1011000 | 0 | 101101 | 11100 | 10010101 | 1001111 | 101000 |
Color Harmonies of #16B865
Complementary color
Monochromatic Colors of #16B865
Black with #16B865
Text Example
Text Example
White with #16B865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B865; }
p { color: rgb(22,184,101); }
H1.HeaderClassName
{
color: #16B865;
}
.AnyTagClassName
{
color: #16B865;
}
</style>
background-color css
<style>
a { background-color: #16B865; }
a { background-color: rgb(22,184,101); }
div.DivClassName
{
background-color: #16B865;
}
.BgClassName
{
background-color: #16B865;
}
</style>
border-color css
<style>
span { border-color: #16B865; }
span { border-color: rgb(22,184,101); }
td.TdClassName
{
border-color: #16B865;
}
.TagClassName
{
border-color: #16B865;
}
</style>