#116F57

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

Shades of Watercourse #116F57

Tints of Watercourse #116F57

Color information

#116F57 (or 0x116F57) is unknown color: approx Watercourse. HEX triplet: 11, 6F and 57. RGB value is (17,111,87). Sum of RGB (Red+Green+Blue) = 17+111+87=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #116F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F57 is #EE90A8. Grayscale: #505050. Windows color (decimal): -15634601 or 5730065. OLE color: 5730065.

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

Color convert

RGB1711187-
CMYK0.8500.220.56
HSL164.68º73.44%25.1%-
HSV(B)164.68º84.68%43.53%-
XYZ7.6412.1810.96-
YUV80.16131.8682.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 111 (43.75% from 255) = 51.63%
BLUE value IS 87 (34.38% from 255) = 40.47%
R=7.91%
G=51.63%
B=40.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17111870.8500.220.56164.6873.4425.1
Hex116F575501638a54919
Octal211571271250267024511131
Binary1000111011111010111101010101011011100010100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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