Shades of Jewel #116F4B
Tints of Jewel #116F4B
RGB
CMYK
RGB Variations
Color information
#116F4B (or 0x116F4B) is known color: Jewel. HEX triplet: 11, 6F and 4B. RGB value is (17,111,75). Sum of RGB (Red+Green+Blue) = 17+111+75=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 111 (43.75% from 255 or 54.68% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 111 - color contains mainly: green. Hex color #116F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116F4B is #EE90B4. Grayscale: #4E4E4E. Windows color (decimal): -15634613 or 4943633. OLE color: 4943633.
HSL color Cylindrical-coordinate representation of color #116F4B: hue angle of 157.02º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116F4B is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 111 | 75 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.56 |
| HSL | 157.02º | 0.73% | 0.25% | - |
| HSV(B) | 157.02º | 0.85% | 0.44% | - |
| XYZ | 7.19 | 12 | 8.59 | - |
| YUV | 78.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 75 | 0.85 | 0 | 0.32 | 0.56 | 157.02 | 0.73 | 0.25 |
| Hex | 11 | 6F | 4B | 55 | 0 | 20 | 38 | 9D | 49 | 19 |
| Octal | 21 | 157 | 113 | 125 | 0 | 40 | 70 | 235 | 111 | 31 |
| Binary | 10001 | 1101111 | 1001011 | 1010101 | 0 | 100000 | 111000 | 10011101 | 1001001 | 11001 |
Color Harmonies of #116F4B
Complementary color
Monochromatic Colors of #116F4B
Black with #116F4B
Text Example
Text Example
White with #116F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F4B; }
p { color: rgb(17,111,75); }
H1.HeaderClassName
{
color: #116F4B;
}
.AnyTagClassName
{
color: #116F4B;
}
</style>
background-color css
<style>
a { background-color: #116F4B; }
a { background-color: rgb(17,111,75); }
div.DivClassName
{
background-color: #116F4B;
}
.BgClassName
{
background-color: #116F4B;
}
</style>
border-color css
<style>
span { border-color: #116F4B; }
span { border-color: rgb(17,111,75); }
td.TdClassName
{
border-color: #116F4B;
}
.TagClassName
{
border-color: #116F4B;
}
</style>