Shades of Jade #10B96F
Tints of Jade #10B96F
RGB
CMYK
RGB Variations
Color information
#10B96F (or 0x10B96F) is known color: Jade. HEX triplet: 10, B9 and 6F. RGB value is (16,185,111). Sum of RGB (Red+Green+Blue) = 16+185+111=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 185 (72.66% from 255 or 59.29% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 185 - color contains mainly: green. Hex color #10B96F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B96F is #EF4690. Grayscale: #7E7E7E. Windows color (decimal): -15681169 or 7321872. OLE color: 7321872.
HSL color Cylindrical-coordinate representation of color #10B96F: hue angle of 153.73º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B96F is Cyan = 0.91, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 185 | 111 | - |
| CMYK | 0.91 | 0 | 0.4 | 0.27 |
| HSL | 153.73º | 0.84% | 0.39% | - |
| HSV(B) | 153.73º | 0.91% | 0.73% | - |
| XYZ | 20.43 | 35.96 | 20.9 | - |
| YUV | 126.03 | 119.51 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 185 | 111 | 0.91 | 0 | 0.4 | 0.27 | 153.73 | 0.84 | 0.39 |
| Hex | 10 | B9 | 6F | 5B | 0 | 28 | 1B | 9A | 54 | 27 |
| Octal | 20 | 271 | 157 | 133 | 0 | 50 | 33 | 232 | 124 | 47 |
| Binary | 10000 | 10111001 | 1101111 | 1011011 | 0 | 101000 | 11011 | 10011010 | 1010100 | 100111 |
Color Harmonies of #10B96F
Complementary color
Monochromatic Colors of #10B96F
Black with #10B96F
Text Example
Text Example
White with #10B96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B96F; }
p { color: rgb(16,185,111); }
H1.HeaderClassName
{
color: #10B96F;
}
.AnyTagClassName
{
color: #10B96F;
}
</style>
background-color css
<style>
a { background-color: #10B96F; }
a { background-color: rgb(16,185,111); }
div.DivClassName
{
background-color: #10B96F;
}
.BgClassName
{
background-color: #10B96F;
}
</style>
border-color css
<style>
span { border-color: #10B96F; }
span { border-color: rgb(16,185,111); }
td.TdClassName
{
border-color: #10B96F;
}
.TagClassName
{
border-color: #10B96F;
}
</style>