Shades of Jade #16C168
Tints of Jade #16C168
RGB
CMYK
RGB Variations
Color information
#16C168 (or 0x16C168) is known color: Jade. HEX triplet: 16, C1 and 68. RGB value is (22,193,104). Sum of RGB (Red+Green+Blue) = 22+193+104=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #16C168 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C168 is #E93E97. Grayscale: #838383. Windows color (decimal): -15285912 or 6865174. OLE color: 6865174.
HSL color Cylindrical-coordinate representation of color #16C168: hue angle of 148.77º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C168 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 193 | 104 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.24 |
| HSL | 148.77º | 0.8% | 0.42% | - |
| HSV(B) | 148.77º | 0.89% | 0.76% | - |
| XYZ | 21.9 | 39.31 | 19.53 | - |
| YUV | 131.73 | 112.35 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 193 | 104 | 0.89 | 0 | 0.46 | 0.24 | 148.77 | 0.8 | 0.42 |
| Hex | 16 | C1 | 68 | 59 | 0 | 2E | 18 | 95 | 50 | 2A |
| Octal | 26 | 301 | 150 | 131 | 0 | 56 | 30 | 225 | 120 | 52 |
| Binary | 10110 | 11000001 | 1101000 | 1011001 | 0 | 101110 | 11000 | 10010101 | 1010000 | 101010 |
Color Harmonies of #16C168
Complementary color
Monochromatic Colors of #16C168
Black with #16C168
Text Example
Text Example
White with #16C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C168; }
p { color: rgb(22,193,104); }
H1.HeaderClassName
{
color: #16C168;
}
.AnyTagClassName
{
color: #16C168;
}
</style>
background-color css
<style>
a { background-color: #16C168; }
a { background-color: rgb(22,193,104); }
div.DivClassName
{
background-color: #16C168;
}
.BgClassName
{
background-color: #16C168;
}
</style>
border-color css
<style>
span { border-color: #16C168; }
span { border-color: rgb(22,193,104); }
td.TdClassName
{
border-color: #16C168;
}
.TagClassName
{
border-color: #16C168;
}
</style>