Shades of Jade #11B160
Tints of Jade #11B160
RGB
CMYK
RGB Variations
Color information
#11B160 (or 0x11B160) is known color: Jade. HEX triplet: 11, B1 and 60. RGB value is (17,177,96). Sum of RGB (Red+Green+Blue) = 17+177+96=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 177 (69.53% from 255 or 61.03% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 177 - color contains mainly: green. Hex color #11B160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B160 is #EE4E9F. Grayscale: #787878. Windows color (decimal): -15617696 or 6336785. OLE color: 6336785.
HSL color Cylindrical-coordinate representation of color #11B160: hue angle of 149.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B160 is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 177 | 96 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.31 |
| HSL | 149.63º | 0.82% | 0.38% | - |
| HSV(B) | 149.63º | 0.9% | 0.69% | - |
| XYZ | 18.06 | 32.41 | 16.37 | - |
| YUV | 119.93 | 114.49 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 177 | 96 | 0.90 | 0 | 0.46 | 0.31 | 149.63 | 0.82 | 0.38 |
| Hex | 11 | B1 | 60 | 5A | 0 | 2E | 1F | 96 | 52 | 26 |
| Octal | 21 | 261 | 140 | 132 | 0 | 56 | 37 | 226 | 122 | 46 |
| Binary | 10001 | 10110001 | 1100000 | 1011010 | 0 | 101110 | 11111 | 10010110 | 1010010 | 100110 |
Color Harmonies of #11B160
Complementary color
Monochromatic Colors of #11B160
Black with #11B160
Text Example
Text Example
White with #11B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B160; }
p { color: rgb(17,177,96); }
H1.HeaderClassName
{
color: #11B160;
}
.AnyTagClassName
{
color: #11B160;
}
</style>
background-color css
<style>
a { background-color: #11B160; }
a { background-color: rgb(17,177,96); }
div.DivClassName
{
background-color: #11B160;
}
.BgClassName
{
background-color: #11B160;
}
</style>
border-color css
<style>
span { border-color: #11B160; }
span { border-color: rgb(17,177,96); }
td.TdClassName
{
border-color: #11B160;
}
.TagClassName
{
border-color: #11B160;
}
</style>