Shades of Jade #11B770
Tints of Jade #11B770
RGB
CMYK
RGB Variations
Color information
#11B770 (or 0x11B770) is known color: Jade. HEX triplet: 11, B7 and 70. RGB value is (17,183,112). Sum of RGB (Red+Green+Blue) = 17+183+112=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #11B770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B770 is #EE488F. Grayscale: #7D7D7D. Windows color (decimal): -15616144 or 7386897. OLE color: 7386897.
HSL color Cylindrical-coordinate representation of color #11B770: hue angle of 154.34º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B770 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 183 | 112 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.28 |
| HSL | 154.34º | 0.83% | 0.39% | - |
| HSV(B) | 154.34º | 0.91% | 0.72% | - |
| XYZ | 20.09 | 35.16 | 21.06 | - |
| YUV | 125.27 | 120.5 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 183 | 112 | 0.91 | 0 | 0.39 | 0.28 | 154.34 | 0.83 | 0.39 |
| Hex | 11 | B7 | 70 | 5B | 0 | 27 | 1C | 9A | 53 | 27 |
| Octal | 21 | 267 | 160 | 133 | 0 | 47 | 34 | 232 | 123 | 47 |
| Binary | 10001 | 10110111 | 1110000 | 1011011 | 0 | 100111 | 11100 | 10011010 | 1010011 | 100111 |
Color Harmonies of #11B770
Complementary color
Monochromatic Colors of #11B770
Black with #11B770
Text Example
Text Example
White with #11B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B770; }
p { color: rgb(17,183,112); }
H1.HeaderClassName
{
color: #11B770;
}
.AnyTagClassName
{
color: #11B770;
}
</style>
background-color css
<style>
a { background-color: #11B770; }
a { background-color: rgb(17,183,112); }
div.DivClassName
{
background-color: #11B770;
}
.BgClassName
{
background-color: #11B770;
}
</style>
border-color css
<style>
span { border-color: #11B770; }
span { border-color: rgb(17,183,112); }
td.TdClassName
{
border-color: #11B770;
}
.TagClassName
{
border-color: #11B770;
}
</style>