#116F59

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

Shades of Tropical Rain Forest #116F59

Tints of Tropical Rain Forest #116F59

Color information

#116F59 (or 0x116F59) is unknown color: approx Tropical Rain Forest. HEX triplet: 11, 6F and 59. RGB value is (17,111,89). Sum of RGB (Red+Green+Blue) = 17+111+89=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #116F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F59 is #EE90A6. Grayscale: #505050. Windows color (decimal): -15634599 or 5861137. OLE color: 5861137.

HSL color Cylindrical-coordinate representation of color #116F59: hue angle of 165.96º 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 #116F59 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1711189-
CMYK0.8500.200.56
HSL165.96º73.44%25.1%-
HSV(B)165.96º84.68%43.53%-
XYZ7.7212.2111.4-
YUV80.39132.8682.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.83%
GREEN value IS 111 (43.75% from 255) = 51.15%
BLUE value IS 89 (35.16% from 255) = 41.01%
R=7.83%
G=51.15%
B=41.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17111890.8500.200.56165.9673.4425.1
Hex116F595501438a64919
Octal211571311250247024611131
Binary1000111011111011001101010101010011100010100110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,111,89); }

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

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

 a { background-color: rgb(17,111,89); }

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

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

 span { border-color: rgb(17,111,89); }

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