Html Css Color HEX #116F5D Tropical Rain Forest
📋 copy color: '#116F5D'red 17 ◦ green 111 ◦ blue 93
Shades of Tropical Rain Forest #116F5D
Tints of Tropical Rain Forest #116F5D
RGB
CMYK
RGB Variations
Color information
#116F5D (or 0x116F5D) is known color: Tropical Rain Forest. HEX triplet: 11, 6F and 5D. RGB value is (17,111,93). Sum of RGB (Red+Green+Blue) = 17+111+93=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #116F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F5D is #EE90A2. Grayscale: #505050. Windows color (decimal): -15634595 or 6123281. OLE color: 6123281.
HSL color Cylindrical-coordinate representation of color #116F5D: hue angle of 168.51º 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 #116F5D is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 111 | 93 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.56 |
| HSL | 168.51º | 0.73% | 0.25% | - |
| HSV(B) | 168.51º | 0.85% | 0.44% | - |
| XYZ | 7.89 | 12.28 | 12.31 | - |
| YUV | 80.84 | 134.86 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 93 | 0.85 | 0 | 0.16 | 0.56 | 168.51 | 0.73 | 0.25 |
| Hex | 11 | 6F | 5D | 55 | 0 | 10 | 38 | A9 | 49 | 19 |
| Octal | 21 | 157 | 135 | 125 | 0 | 20 | 70 | 251 | 111 | 31 |
| Binary | 10001 | 1101111 | 1011101 | 1010101 | 0 | 10000 | 111000 | 10101001 | 1001001 | 11001 |
Color Harmonies of #116F5D
Complementary color
Monochromatic Colors of #116F5D
Black with #116F5D
Text Example
Text Example
White with #116F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116F5D; }
p { color: rgb(17,111,93); }
H1.HeaderClassName
{
color: #116F5D;
}
.AnyTagClassName
{
color: #116F5D;
}
</style>
background-color css
<style>
a { background-color: #116F5D; }
a { background-color: rgb(17,111,93); }
div.DivClassName
{
background-color: #116F5D;
}
.BgClassName
{
background-color: #116F5D;
}
</style>
border-color css
<style>
span { border-color: #116F5D; }
span { border-color: rgb(17,111,93); }
td.TdClassName
{
border-color: #116F5D;
}
.TagClassName
{
border-color: #116F5D;
}
</style>