Html Css Color HEX #116F5B Tropical Rain Forest
📋 copy color: '#116F5B'red 17 ◦ green 111 ◦ blue 91
Shades of Tropical Rain Forest #116F5B
Tints of Tropical Rain Forest #116F5B
RGB
CMYK
RGB Variations
Color information
#116F5B (or 0x116F5B) is known color: Tropical Rain Forest. HEX triplet: 11, 6F and 5B. RGB value is (17,111,91). Sum of RGB (Red+Green+Blue) = 17+111+91=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #116F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F5B is #EE90A4. Grayscale: #505050. Windows color (decimal): -15634597 or 5992209. OLE color: 5992209.
HSL color Cylindrical-coordinate representation of color #116F5B: hue angle of 167.23º 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 #116F5B is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 111 | 91 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.56 |
| HSL | 167.23º | 0.73% | 0.25% | - |
| HSV(B) | 167.23º | 0.85% | 0.44% | - |
| XYZ | 7.8 | 12.24 | 11.85 | - |
| YUV | 80.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 91 | 0.85 | 0 | 0.18 | 0.56 | 167.23 | 0.73 | 0.25 |
| Hex | 11 | 6F | 5B | 55 | 0 | 12 | 38 | A7 | 49 | 19 |
| Octal | 21 | 157 | 133 | 125 | 0 | 22 | 70 | 247 | 111 | 31 |
| Binary | 10001 | 1101111 | 1011011 | 1010101 | 0 | 10010 | 111000 | 10100111 | 1001001 | 11001 |
Color Harmonies of #116F5B
Complementary color
Monochromatic Colors of #116F5B
Black with #116F5B
Text Example
Text Example
White with #116F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F5B; }
p { color: rgb(17,111,91); }
H1.HeaderClassName
{
color: #116F5B;
}
.AnyTagClassName
{
color: #116F5B;
}
</style>
background-color css
<style>
a { background-color: #116F5B; }
a { background-color: rgb(17,111,91); }
div.DivClassName
{
background-color: #116F5B;
}
.BgClassName
{
background-color: #116F5B;
}
</style>
border-color css
<style>
span { border-color: #116F5B; }
span { border-color: rgb(17,111,91); }
td.TdClassName
{
border-color: #116F5B;
}
.TagClassName
{
border-color: #116F5B;
}
</style>