Shades of Jade #11B173
Tints of Jade #11B173
RGB
CMYK
RGB Variations
Color information
#11B173 (or 0x11B173) is known color: Jade. HEX triplet: 11, B1 and 73. RGB value is (17,177,115). Sum of RGB (Red+Green+Blue) = 17+177+115=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 177 (69.53% from 255 or 57.28% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 177 - color contains mainly: green. Hex color #11B173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B173 is #EE4E8C. Grayscale: #7A7A7A. Windows color (decimal): -15617677 or 7581969. OLE color: 7581969.
HSL color Cylindrical-coordinate representation of color #11B173: hue angle of 156.75º 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 #11B173 is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 177 | 115 | - |
| CMYK | 0.90 | 0 | 0.35 | 0.31 |
| HSL | 156.75º | 0.82% | 0.38% | - |
| HSV(B) | 156.75º | 0.9% | 0.69% | - |
| XYZ | 19.05 | 32.8 | 21.55 | - |
| YUV | 122.09 | 123.99 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 177 | 115 | 0.90 | 0 | 0.35 | 0.31 | 156.75 | 0.82 | 0.38 |
| Hex | 11 | B1 | 73 | 5A | 0 | 23 | 1F | 9D | 52 | 26 |
| Octal | 21 | 261 | 163 | 132 | 0 | 43 | 37 | 235 | 122 | 46 |
| Binary | 10001 | 10110001 | 1110011 | 1011010 | 0 | 100011 | 11111 | 10011101 | 1010010 | 100110 |
Color Harmonies of #11B173
Complementary color
Monochromatic Colors of #11B173
Black with #11B173
Text Example
Text Example
White with #11B173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B173; }
p { color: rgb(17,177,115); }
H1.HeaderClassName
{
color: #11B173;
}
.AnyTagClassName
{
color: #11B173;
}
</style>
background-color css
<style>
a { background-color: #11B173; }
a { background-color: rgb(17,177,115); }
div.DivClassName
{
background-color: #11B173;
}
.BgClassName
{
background-color: #11B173;
}
</style>
border-color css
<style>
span { border-color: #11B173; }
span { border-color: rgb(17,177,115); }
td.TdClassName
{
border-color: #11B173;
}
.TagClassName
{
border-color: #11B173;
}
</style>