#106D53

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

Shades of Watercourse #106D53

Tints of Watercourse #106D53

Color information

#106D53 (or 0x106D53) is unknown color: approx Watercourse. HEX triplet: 10, 6D and 53. RGB value is (16,109,83). Sum of RGB (Red+Green+Blue) = 16+109+83=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 109 (42.97% from 255 or 52.40% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 109 - color contains mainly: green. Hex color #106D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D53 is #EF92AC. Grayscale: #4E4E4E. Windows color (decimal): -15700653 or 5467408. OLE color: 5467408.

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

Color convert

RGB1610983-
CMYK0.8500.240.57
HSL163.23º74.4%24.51%-
HSV(B)163.23º85.32%42.75%-
XYZ7.2411.6710.05-
YUV78.23130.6983.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.69%
GREEN value IS 109 (42.97% from 255) = 52.40%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=7.69%
G=52.40%
B=39.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal16109830.8500.240.57163.2374.424.51
Hex106D535501839a34a19
Octal201551231250307124311231
Binary1000011011011010011101010101100011100110100011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,109,83); }

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

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

 a { background-color: rgb(16,109,83); }

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

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

 span { border-color: rgb(16,109,83); }

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