Shades of Jade #11B167
Tints of Jade #11B167
RGB
CMYK
RGB Variations
Color information
#11B167 (or 0x11B167) is known color: Jade. HEX triplet: 11, B1 and 67. RGB value is (17,177,103). Sum of RGB (Red+Green+Blue) = 17+177+103=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 177 (69.53% from 255 or 59.60% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 177 - color contains mainly: green. Hex color #11B167 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B167 is #EE4E98. Grayscale: #787878. Windows color (decimal): -15617689 or 6795537. OLE color: 6795537.
HSL color Cylindrical-coordinate representation of color #11B167: hue angle of 152.25º 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 #11B167 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 177 | 103 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.31 |
| HSL | 152.25º | 0.82% | 0.38% | - |
| HSV(B) | 152.25º | 0.9% | 0.69% | - |
| XYZ | 18.4 | 32.54 | 18.14 | - |
| YUV | 120.72 | 117.99 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 177 | 103 | 0.90 | 0 | 0.42 | 0.31 | 152.25 | 0.82 | 0.38 |
| Hex | 11 | B1 | 67 | 5A | 0 | 2A | 1F | 98 | 52 | 26 |
| Octal | 21 | 261 | 147 | 132 | 0 | 52 | 37 | 230 | 122 | 46 |
| Binary | 10001 | 10110001 | 1100111 | 1011010 | 0 | 101010 | 11111 | 10011000 | 1010010 | 100110 |
Color Harmonies of #11B167
Complementary color
Monochromatic Colors of #11B167
Black with #11B167
Text Example
Text Example
White with #11B167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B167; }
p { color: rgb(17,177,103); }
H1.HeaderClassName
{
color: #11B167;
}
.AnyTagClassName
{
color: #11B167;
}
</style>
background-color css
<style>
a { background-color: #11B167; }
a { background-color: rgb(17,177,103); }
div.DivClassName
{
background-color: #11B167;
}
.BgClassName
{
background-color: #11B167;
}
</style>
border-color css
<style>
span { border-color: #11B167; }
span { border-color: rgb(17,177,103); }
td.TdClassName
{
border-color: #11B167;
}
.TagClassName
{
border-color: #11B167;
}
</style>