Html Css Color HEX #116F58 Tropical Rain Forest

📋 copy color: '#116F58'

red 17 ◦ green 111 ◦ blue 88

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

Shades of Tropical Rain Forest #116F58

Tints of Tropical Rain Forest #116F58

RGB

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

 GREEN value IS 111 (43.75% from 255) = 51.39%

 BLUE value IS 88 (34.77% from 255) = 40.74%

R = 7.87%
G = 51.39%
B = 40.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#116F58 (or 0x116F58) is known color: Tropical Rain Forest. HEX triplet: 11, 6F and 58. RGB value is (17,111,88). Sum of RGB (Red+Green+Blue) = 17+111+88=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #116F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F58 is #EE90A7. Grayscale: #505050. Windows color (decimal): -15634600 or 5795601. OLE color: 5795601.

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

Color convert

RGB 17 111 88 -
CMYK 0.85 0 0.21 0.56
HSL 165.32º 0.73% 0.25% -
HSV(B) 165.32º 0.85% 0.44% -
XYZ 7.68 12.19 11.18 -
YUV 80.27 132.36 82.87 -
System Red Green Blue C M Y K H S L
Decimal 17 111 88 0.85 0 0.21 0.56 165.32 0.73 0.25
Hex 11 6F 58 55 0 15 38 A5 49 19
Octal 21 157 130 125 0 25 70 245 111 31
Binary 10001 1101111 1011000 1010101 0 10101 111000 10100101 1001001 11001

Color Harmonies of #116F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116F58

Black with #116F58

Text Example


Text Example

White with #116F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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