Shades of Jade #11B070
Tints of Jade #11B070
RGB
CMYK
RGB Variations
Color information
#11B070 (or 0x11B070) is known color: Jade. HEX triplet: 11, B0 and 70. RGB value is (17,176,112). Sum of RGB (Red+Green+Blue) = 17+176+112=305 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.57% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #11B070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B070 is #EE4F8F. Grayscale: #797979. Windows color (decimal): -15617936 or 7385105. OLE color: 7385105.
HSL color Cylindrical-coordinate representation of color #11B070: hue angle of 155.85º 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 #11B070 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 176 | 112 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.31 |
| HSL | 155.85º | 0.82% | 0.38% | - |
| HSV(B) | 155.85º | 0.9% | 0.69% | - |
| XYZ | 18.68 | 32.34 | 20.59 | - |
| YUV | 121.16 | 122.82 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 176 | 112 | 0.90 | 0 | 0.36 | 0.31 | 155.85 | 0.82 | 0.38 |
| Hex | 11 | B0 | 70 | 5A | 0 | 24 | 1F | 9C | 52 | 26 |
| Octal | 21 | 260 | 160 | 132 | 0 | 44 | 37 | 234 | 122 | 46 |
| Binary | 10001 | 10110000 | 1110000 | 1011010 | 0 | 100100 | 11111 | 10011100 | 1010010 | 100110 |
Color Harmonies of #11B070
Complementary color
Monochromatic Colors of #11B070
Black with #11B070
Text Example
Text Example
White with #11B070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B070; }
p { color: rgb(17,176,112); }
H1.HeaderClassName
{
color: #11B070;
}
.AnyTagClassName
{
color: #11B070;
}
</style>
background-color css
<style>
a { background-color: #11B070; }
a { background-color: rgb(17,176,112); }
div.DivClassName
{
background-color: #11B070;
}
.BgClassName
{
background-color: #11B070;
}
</style>
border-color css
<style>
span { border-color: #11B070; }
span { border-color: rgb(17,176,112); }
td.TdClassName
{
border-color: #11B070;
}
.TagClassName
{
border-color: #11B070;
}
</style>