Shades of Jewel #116E4B
Tints of Jewel #116E4B
RGB
CMYK
RGB Variations
Color information
#116E4B (or 0x116E4B) is known color: Jewel. HEX triplet: 11, 6E and 4B. RGB value is (17,110,75). Sum of RGB (Red+Green+Blue) = 17+110+75=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 110 (43.36% from 255 or 54.46% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 110 - color contains mainly: green. Hex color #116E4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116E4B is #EE91B4. Grayscale: #4E4E4E. Windows color (decimal): -15634869 or 4943377. OLE color: 4943377.
HSL color Cylindrical-coordinate representation of color #116E4B: hue angle of 157.42º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E4B is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 110 | 75 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.57 |
| HSL | 157.42º | 0.73% | 0.25% | - |
| HSV(B) | 157.42º | 0.85% | 0.43% | - |
| XYZ | 7.08 | 11.78 | 8.56 | - |
| YUV | 78.2 | 126.19 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 75 | 0.85 | 0 | 0.32 | 0.57 | 157.42 | 0.73 | 0.25 |
| Hex | 11 | 6E | 4B | 55 | 0 | 20 | 39 | 9D | 49 | 19 |
| Octal | 21 | 156 | 113 | 125 | 0 | 40 | 71 | 235 | 111 | 31 |
| Binary | 10001 | 1101110 | 1001011 | 1010101 | 0 | 100000 | 111001 | 10011101 | 1001001 | 11001 |
Color Harmonies of #116E4B
Complementary color
Monochromatic Colors of #116E4B
Black with #116E4B
Text Example
Text Example
White with #116E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E4B; }
p { color: rgb(17,110,75); }
H1.HeaderClassName
{
color: #116E4B;
}
.AnyTagClassName
{
color: #116E4B;
}
</style>
background-color css
<style>
a { background-color: #116E4B; }
a { background-color: rgb(17,110,75); }
div.DivClassName
{
background-color: #116E4B;
}
.BgClassName
{
background-color: #116E4B;
}
</style>
border-color css
<style>
span { border-color: #116E4B; }
span { border-color: rgb(17,110,75); }
td.TdClassName
{
border-color: #116E4B;
}
.TagClassName
{
border-color: #116E4B;
}
</style>