Shades of Jade #11AB6B
Tints of Jade #11AB6B
RGB
CMYK
RGB Variations
Color information
#11AB6B (or 0x11AB6B) is known color: Jade. HEX triplet: 11, AB and 6B. RGB value is (17,171,107). Sum of RGB (Red+Green+Blue) = 17+171+107=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #11AB6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AB6B is #EE5494. Grayscale: #757575. Windows color (decimal): -15619221 or 7056145. OLE color: 7056145.
HSL color Cylindrical-coordinate representation of color #11AB6B: hue angle of 155.06º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AB6B is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 171 | 107 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.33 |
| HSL | 155.06º | 0.82% | 0.37% | - |
| HSV(B) | 155.06º | 0.9% | 0.67% | - |
| XYZ | 17.45 | 30.31 | 18.84 | - |
| YUV | 117.66 | 121.98 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 107 | 0.90 | 0 | 0.37 | 0.33 | 155.06 | 0.82 | 0.37 |
| Hex | 11 | AB | 6B | 5A | 0 | 25 | 21 | 9B | 52 | 25 |
| Octal | 21 | 253 | 153 | 132 | 0 | 45 | 41 | 233 | 122 | 45 |
| Binary | 10001 | 10101011 | 1101011 | 1011010 | 0 | 100101 | 100001 | 10011011 | 1010010 | 100101 |
Color Harmonies of #11AB6B
Complementary color
Monochromatic Colors of #11AB6B
Black with #11AB6B
Text Example
Text Example
White with #11AB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AB6B; }
p { color: rgb(17,171,107); }
H1.HeaderClassName
{
color: #11AB6B;
}
.AnyTagClassName
{
color: #11AB6B;
}
</style>
background-color css
<style>
a { background-color: #11AB6B; }
a { background-color: rgb(17,171,107); }
div.DivClassName
{
background-color: #11AB6B;
}
.BgClassName
{
background-color: #11AB6B;
}
</style>
border-color css
<style>
span { border-color: #11AB6B; }
span { border-color: rgb(17,171,107); }
td.TdClassName
{
border-color: #11AB6B;
}
.TagClassName
{
border-color: #11AB6B;
}
</style>