#116E58

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

Shades of Tropical Rain Forest #116E58

Tints of Tropical Rain Forest #116E58

Color information

#116E58 (or 0x116E58) is unknown color: approx Tropical Rain Forest. HEX triplet: 11, 6E and 58. RGB value is (17,110,88). Sum of RGB (Red+Green+Blue) = 17+110+88=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 110 (43.36% from 255 or 51.16% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 110 - color contains mainly: green. Hex color #116E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E58 is #EE91A7. Grayscale: #4F4F4F. Windows color (decimal): -15634856 or 5795345. OLE color: 5795345.

HSL color Cylindrical-coordinate representation of color #116E58: hue angle of 165.81º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E58 is Cyan = 0.85, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.57.

Color convert

RGB1711088-
CMYK0.8500.20.57
HSL165.81º73.23%24.9%-
HSV(B)165.81º84.55%43.14%-
XYZ7.5711.9811.15-
YUV79.68132.6983.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 110 (43.36% from 255) = 51.16%
BLUE value IS 88 (34.77% from 255) = 40.93%
R=7.91%
G=51.16%
B=40.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17110880.8500.20.57165.8173.2324.9
Hex116E585501439a64919
Octal211561301250247124611131
Binary1000111011101011000101010101010011100110100110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116E58; }

 p { color: rgb(17,110,88); }

 H1.HeaderClassName
 {
   color: #116E58;
 }
 .AnyTagClassName
 {
   color: #116E58;
 }
</style>
background-color css

<style>
 a { background-color: #116E58; }

 a { background-color: rgb(17,110,88); }

 div.DivClassName
 {
   background-color: #116E58;
 }
 .BgClassName
 {
   background-color: #116E58;
 }
</style>
border-color css

<style>
 span { border-color: #116E58; }

 span { border-color: rgb(17,110,88); }

 td.TdClassName
 {
   border-color: #116E58;
 }
 .TagClassName
 {
   border-color: #116E58;
 }
</style>