Html Css Color HEX #116E5B Tropical Rain Forest

📋 copy color: '#116E5B'

red 17 ◦ green 110 ◦ blue 91

#116E5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #116E5B

Tints of Tropical Rain Forest #116E5B

RGB

 RED value IS 17 (7.03% from 255) = 7.8%

 GREEN value IS 110 (43.36% from 255) = 50.46%

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 7.8%
G = 50.46%
B = 41.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#116E5B (or 0x116E5B) is known color: Tropical Rain Forest. HEX triplet: 11, 6E and 5B. RGB value is (17,110,91). Sum of RGB (Red+Green+Blue) = 17+110+91=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #116E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E5B is #EE91A4. Grayscale: #505050. Windows color (decimal): -15634853 or 5991953. OLE color: 5991953.

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

Color convert

RGB 17 110 91 -
CMYK 0.85 0 0.17 0.57
HSL 167.74º 0.73% 0.25% -
HSV(B) 167.74º 0.85% 0.43% -
XYZ 7.7 12.03 11.81 -
YUV 80.03 134.19 83.04 -
System Red Green Blue C M Y K H S L
Decimal 17 110 91 0.85 0 0.17 0.57 167.74 0.73 0.25
Hex 11 6E 5B 55 0 11 39 A8 49 19
Octal 21 156 133 125 0 21 71 250 111 31
Binary 10001 1101110 1011011 1010101 0 10001 111001 10101000 1001001 11001

Color Harmonies of #116E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E5B

Black with #116E5B

Text Example


Text Example

White with #116E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #116E5B;
 }
 .AnyTagClassName
 {
   color: #116E5B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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