#116F5D

Color #116F5D Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #116F5D

Tints of Tropical Rain Forest #116F5D

Color information

#116F5D (or 0x116F5D) is unknown color: approx 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

RGB1711193-
CMYK0.8500.160.56
HSL168.51º73.44%25.1%-
HSV(B)168.51º84.68%43.53%-
XYZ7.8912.2812.31-
YUV80.84134.8682.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 7.69%
GREEN value IS 111 (43.75% from 255) = 50.23%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=7.69%
G=50.23%
B=42.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17111930.8500.160.56168.5173.4425.1
Hex116F5D5501038a94919
Octal211571351250207025111131
Binary1000111011111011101101010101000011100010101001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>