Shades of Jade #11B370
Tints of Jade #11B370
RGB
CMYK
RGB Variations
Color information
#11B370 (or 0x11B370) is known color: Jade. HEX triplet: 11, B3 and 70. RGB value is (17,179,112). Sum of RGB (Red+Green+Blue) = 17+179+112=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 179 (70.31% from 255 or 58.12% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 179 - color contains mainly: green. Hex color #11B370 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B370 is #EE4C8F. Grayscale: #7B7B7B. Windows color (decimal): -15617168 or 7385873. OLE color: 7385873.
HSL color Cylindrical-coordinate representation of color #11B370: hue angle of 155.19º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B370 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 179 | 112 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.30 |
| HSL | 155.19º | 0.83% | 0.38% | - |
| HSV(B) | 155.19º | 0.91% | 0.7% | - |
| XYZ | 19.28 | 33.53 | 20.79 | - |
| YUV | 122.92 | 121.83 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 179 | 112 | 0.91 | 0 | 0.37 | 0.30 | 155.19 | 0.83 | 0.38 |
| Hex | 11 | B3 | 70 | 5B | 0 | 25 | 1E | 9B | 53 | 26 |
| Octal | 21 | 263 | 160 | 133 | 0 | 45 | 36 | 233 | 123 | 46 |
| Binary | 10001 | 10110011 | 1110000 | 1011011 | 0 | 100101 | 11110 | 10011011 | 1010011 | 100110 |
Color Harmonies of #11B370
Complementary color
Monochromatic Colors of #11B370
Black with #11B370
Text Example
Text Example
White with #11B370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B370; }
p { color: rgb(17,179,112); }
H1.HeaderClassName
{
color: #11B370;
}
.AnyTagClassName
{
color: #11B370;
}
</style>
background-color css
<style>
a { background-color: #11B370; }
a { background-color: rgb(17,179,112); }
div.DivClassName
{
background-color: #11B370;
}
.BgClassName
{
background-color: #11B370;
}
</style>
border-color css
<style>
span { border-color: #11B370; }
span { border-color: rgb(17,179,112); }
td.TdClassName
{
border-color: #11B370;
}
.TagClassName
{
border-color: #11B370;
}
</style>