Shades of Jade #11BA6E
Tints of Jade #11BA6E
RGB
CMYK
RGB Variations
Color information
#11BA6E (or 0x11BA6E) is known color: Jade. HEX triplet: 11, BA and 6E. RGB value is (17,186,110). Sum of RGB (Red+Green+Blue) = 17+186+110=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BA6E is #EE4591. Grayscale: #7E7E7E. Windows color (decimal): -15615378 or 7256593. OLE color: 7256593.
HSL color Cylindrical-coordinate representation of color #11BA6E: hue angle of 153.02º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BA6E is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 186 | 110 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.27 |
| HSL | 153.02º | 0.83% | 0.4% | - |
| HSV(B) | 153.02º | 0.91% | 0.73% | - |
| XYZ | 20.6 | 36.36 | 20.68 | - |
| YUV | 126.81 | 118.51 | 49.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 110 | 0.91 | 0 | 0.41 | 0.27 | 153.02 | 0.83 | 0.4 |
| Hex | 11 | BA | 6E | 5B | 0 | 29 | 1B | 99 | 53 | 28 |
| Octal | 21 | 272 | 156 | 133 | 0 | 51 | 33 | 231 | 123 | 50 |
| Binary | 10001 | 10111010 | 1101110 | 1011011 | 0 | 101001 | 11011 | 10011001 | 1010011 | 101000 |
Color Harmonies of #11BA6E
Complementary color
Monochromatic Colors of #11BA6E
Black with #11BA6E
Text Example
Text Example
White with #11BA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BA6E; }
p { color: rgb(17,186,110); }
H1.HeaderClassName
{
color: #11BA6E;
}
.AnyTagClassName
{
color: #11BA6E;
}
</style>
background-color css
<style>
a { background-color: #11BA6E; }
a { background-color: rgb(17,186,110); }
div.DivClassName
{
background-color: #11BA6E;
}
.BgClassName
{
background-color: #11BA6E;
}
</style>
border-color css
<style>
span { border-color: #11BA6E; }
span { border-color: rgb(17,186,110); }
td.TdClassName
{
border-color: #11BA6E;
}
.TagClassName
{
border-color: #11BA6E;
}
</style>