#116C55

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

Shades of Watercourse #116C55

Tints of Watercourse #116C55

Color information

#116C55 (or 0x116C55) is unknown color: approx Watercourse. HEX triplet: 11, 6C and 55. RGB value is (17,108,85). Sum of RGB (Red+Green+Blue) = 17+108+85=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #116C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C55 is #EE93AA. Grayscale: #4E4E4E. Windows color (decimal): -15635371 or 5598225. OLE color: 5598225.

HSL color Cylindrical-coordinate representation of color #116C55: hue angle of 164.84º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116C55 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB1710885-
CMYK0.8400.210.58
HSL164.84º72.8%24.51%-
HSV(B)164.84º84.26%42.35%-
XYZ7.2311.510.43-
YUV78.17131.8584.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.10%
GREEN value IS 108 (42.58% from 255) = 51.43%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=8.10%
G=51.43%
B=40.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17108850.8400.210.58164.8472.824.51
Hex116C55540153Aa54919
Octal211541251240257224511131
Binary1000111011001010101101010001010111101010100101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,108,85); }

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

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

 a { background-color: rgb(17,108,85); }

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

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

 span { border-color: rgb(17,108,85); }

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