#116F54

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

Shades of Watercourse #116F54

Tints of Watercourse #116F54

Color information

#116F54 (or 0x116F54) is unknown color: approx Watercourse. HEX triplet: 11, 6F and 54. RGB value is (17,111,84). Sum of RGB (Red+Green+Blue) = 17+111+84=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 111 (43.75% from 255 or 52.36% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 111 - color contains mainly: green. Hex color #116F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F54 is #EE90AB. Grayscale: #4F4F4F. Windows color (decimal): -15634604 or 5533457. OLE color: 5533457.

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

Color convert

RGB1711184-
CMYK0.8500.240.56
HSL162.77º73.44%25.1%-
HSV(B)162.77º84.68%43.53%-
XYZ7.5212.1310.33-
YUV79.82130.3683.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.02%
GREEN value IS 111 (43.75% from 255) = 52.36%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=8.02%
G=52.36%
B=39.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17111840.8500.240.56162.7773.4425.1
Hex116F545501838a34919
Octal211571241250307024311131
Binary1000111011111010100101010101100011100010100011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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