#116E57

Color #116E57 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #116E57

Tints of Watercourse #116E57

Color information

#116E57 (or 0x116E57) is unknown color: approx Watercourse. HEX triplet: 11, 6E and 57. RGB value is (17,110,87). Sum of RGB (Red+Green+Blue) = 17+110+87=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 110 (43.36% from 255 or 51.40% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 110 - color contains mainly: green. Hex color #116E57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E57 is #EE91A8. Grayscale: #4F4F4F. Windows color (decimal): -15634857 or 5729809. OLE color: 5729809.

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

Color convert

RGB1711087-
CMYK0.8500.210.57
HSL165.16º73.23%24.9%-
HSV(B)165.16º84.55%43.14%-
XYZ7.5311.9610.93-
YUV79.57132.1983.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.94%
GREEN value IS 110 (43.36% from 255) = 51.40%
BLUE value IS 87 (34.38% from 255) = 40.65%
R=7.94%
G=51.40%
B=40.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17110870.8500.210.57165.1673.2324.9
Hex116E575501539a54919
Octal211561271250257124511131
Binary1000111011101010111101010101010111100110100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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