#116A51

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

Shades of Watercourse #116A51

Tints of Watercourse #116A51

Color information

#116A51 (or 0x116A51) is unknown color: approx Watercourse. HEX triplet: 11, 6A and 51. RGB value is (17,106,81). Sum of RGB (Red+Green+Blue) = 17+106+81=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 106 (41.80% from 255 or 51.96% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 106 - color contains mainly: green. Hex color #116A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A51 is #EE95AE. Grayscale: #4C4C4C. Windows color (decimal): -15635887 or 5335569. OLE color: 5335569.

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

Color convert

RGB1710681-
CMYK0.8400.240.58
HSL163.15º72.36%24.12%-
HSV(B)163.15º83.96%41.57%-
XYZ6.8711.029.55-
YUV76.54130.5185.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 106 (41.80% from 255) = 51.96%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=8.33%
G=51.96%
B=39.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17106810.8400.240.58163.1572.3624.12
Hex116A51540183Aa34818
Octal211521211240307224311030
Binary1000111010101010001101010001100011101010100011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,106,81); }

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

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

 a { background-color: rgb(17,106,81); }

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

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

 span { border-color: rgb(17,106,81); }

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