Shades of Jade #11BC6F
Tints of Jade #11BC6F
RGB
CMYK
RGB Variations
Color information
#11BC6F (or 0x11BC6F) is known color: Jade. HEX triplet: 11, BC and 6F. RGB value is (17,188,111). Sum of RGB (Red+Green+Blue) = 17+188+111=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BC6F is #EE4390. Grayscale: #808080. Windows color (decimal): -15614865 or 7322641. OLE color: 7322641.
HSL color Cylindrical-coordinate representation of color #11BC6F: hue angle of 152.98º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BC6F is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 111 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.26 |
| HSL | 152.98º | 0.83% | 0.4% | - |
| HSV(B) | 152.98º | 0.91% | 0.74% | - |
| XYZ | 21.08 | 37.23 | 21.11 | - |
| YUV | 128.09 | 118.35 | 48.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 111 | 0.91 | 0 | 0.41 | 0.26 | 152.98 | 0.83 | 0.4 |
| Hex | 11 | BC | 6F | 5B | 0 | 29 | 1A | 99 | 53 | 28 |
| Octal | 21 | 274 | 157 | 133 | 0 | 51 | 32 | 231 | 123 | 50 |
| Binary | 10001 | 10111100 | 1101111 | 1011011 | 0 | 101001 | 11010 | 10011001 | 1010011 | 101000 |
Color Harmonies of #11BC6F
Complementary color
Monochromatic Colors of #11BC6F
Black with #11BC6F
Text Example
Text Example
White with #11BC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC6F; }
p { color: rgb(17,188,111); }
H1.HeaderClassName
{
color: #11BC6F;
}
.AnyTagClassName
{
color: #11BC6F;
}
</style>
background-color css
<style>
a { background-color: #11BC6F; }
a { background-color: rgb(17,188,111); }
div.DivClassName
{
background-color: #11BC6F;
}
.BgClassName
{
background-color: #11BC6F;
}
</style>
border-color css
<style>
span { border-color: #11BC6F; }
span { border-color: rgb(17,188,111); }
td.TdClassName
{
border-color: #11BC6F;
}
.TagClassName
{
border-color: #11BC6F;
}
</style>