Shades of Jewel #116F50
Tints of Jewel #116F50
RGB
CMYK
RGB Variations
Color information
#116F50 (or 0x116F50) is known color: Jewel. HEX triplet: 11, 6F and 50. RGB value is (17,111,80). Sum of RGB (Red+Green+Blue) = 17+111+80=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #116F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F50 is #EE90AF. Grayscale: #4F4F4F. Windows color (decimal): -15634608 or 5271313. OLE color: 5271313.
HSL color Cylindrical-coordinate representation of color #116F50: hue angle of 160.21º 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 #116F50 is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 111 | 80 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.56 |
| HSL | 160.21º | 0.73% | 0.25% | - |
| HSV(B) | 160.21º | 0.85% | 0.44% | - |
| XYZ | 7.36 | 12.07 | 9.53 | - |
| YUV | 79.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 80 | 0.85 | 0 | 0.28 | 0.56 | 160.21 | 0.73 | 0.25 |
| Hex | 11 | 6F | 50 | 55 | 0 | 1C | 38 | A0 | 49 | 19 |
| Octal | 21 | 157 | 120 | 125 | 0 | 34 | 70 | 240 | 111 | 31 |
| Binary | 10001 | 1101111 | 1010000 | 1010101 | 0 | 11100 | 111000 | 10100000 | 1001001 | 11001 |
Color Harmonies of #116F50
Complementary color
Monochromatic Colors of #116F50
Black with #116F50
Text Example
Text Example
White with #116F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F50; }
p { color: rgb(17,111,80); }
H1.HeaderClassName
{
color: #116F50;
}
.AnyTagClassName
{
color: #116F50;
}
</style>
background-color css
<style>
a { background-color: #116F50; }
a { background-color: rgb(17,111,80); }
div.DivClassName
{
background-color: #116F50;
}
.BgClassName
{
background-color: #116F50;
}
</style>
border-color css
<style>
span { border-color: #116F50; }
span { border-color: rgb(17,111,80); }
td.TdClassName
{
border-color: #116F50;
}
.TagClassName
{
border-color: #116F50;
}
</style>