#116F55

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

Shades of Watercourse #116F55

Tints of Watercourse #116F55

Color information

#116F55 (or 0x116F55) is unknown color: approx Watercourse. HEX triplet: 11, 6F and 55. RGB value is (17,111,85). Sum of RGB (Red+Green+Blue) = 17+111+85=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #116F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F55 is #EE90AA. Grayscale: #4F4F4F. Windows color (decimal): -15634603 or 5598993. OLE color: 5598993.

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

Color convert

RGB1711185-
CMYK0.8500.230.56
HSL163.4º73.44%25.1%-
HSV(B)163.4º84.68%43.53%-
XYZ7.5612.1410.54-
YUV79.93130.8683.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 111 (43.75% from 255) = 52.11%
BLUE value IS 85 (33.59% from 255) = 39.91%
R=7.98%
G=52.11%
B=39.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17111850.8500.230.56163.473.4425.1
Hex116F555501738a34919
Octal211571251250277024311131
Binary1000111011111010101101010101011111100010100011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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