#106A51

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

Shades of Watercourse #106A51

Tints of Watercourse #106A51

Color information

#106A51 (or 0x106A51) is unknown color: approx Watercourse. HEX triplet: 10, 6A and 51. RGB value is (16,106,81). Sum of RGB (Red+Green+Blue) = 16+106+81=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 106 (41.80% from 255 or 52.22% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 106 - color contains mainly: green. Hex color #106A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106A51 is #EF95AE. Grayscale: #4C4C4C. Windows color (decimal): -15701423 or 5335568. OLE color: 5335568.

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

Color convert

RGB1610681-
CMYK0.8500.240.58
HSL163.33º73.77%23.92%-
HSV(B)163.33º84.91%41.57%-
XYZ6.8511.019.55-
YUV76.24130.6885.03-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 106 (41.80% from 255) = 52.22%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=7.88%
G=52.22%
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.58
SystemRedGreenBlueCMYKHSL
Decimal16106810.8500.240.58163.3373.7723.92
Hex106A51550183Aa34a18
Octal201521211250307224311230
Binary1000011010101010001101010101100011101010100011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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