#106C57

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

Shades of Watercourse #106C57

Tints of Watercourse #106C57

Color information

#106C57 (or 0x106C57) is unknown color: approx Watercourse. HEX triplet: 10, 6C and 57. RGB value is (16,108,87). Sum of RGB (Red+Green+Blue) = 16+108+87=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #106C57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106C57 is #EF93A8. Grayscale: #4E4E4E. Windows color (decimal): -15700905 or 5729296. OLE color: 5729296.

HSL color Cylindrical-coordinate representation of color #106C57: hue angle of 166.3º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106C57 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB1610887-
CMYK0.8500.190.58
HSL166.3º74.19%24.31%-
HSV(B)166.3º85.19%42.35%-
XYZ7.311.5210.86-
YUV78.1133.0283.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 108 (42.58% from 255) = 51.18%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=7.58%
G=51.18%
B=41.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16108870.8500.190.58166.374.1924.31
Hex106C57550133Aa64a18
Octal201541271250237224611230
Binary1000011011001010111101010101001111101010100110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106C57; }

 p { color: rgb(16,108,87); }

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

<style>
 a { background-color: #106C57; }

 a { background-color: rgb(16,108,87); }

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

<style>
 span { border-color: #106C57; }

 span { border-color: rgb(16,108,87); }

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