#106A55

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

Shades of Watercourse #106A55

Tints of Watercourse #106A55

Color information

#106A55 (or 0x106A55) is unknown color: approx Watercourse. HEX triplet: 10, 6A and 55. RGB value is (16,106,85). Sum of RGB (Red+Green+Blue) = 16+106+85=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 106 (41.80% from 255 or 51.21% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 106 - color contains mainly: green. Hex color #106A55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106A55 is #EF95AA. Grayscale: #4C4C4C. Windows color (decimal): -15701419 or 5597712. OLE color: 5597712.

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

Color convert

RGB1610685-
CMYK0.8500.200.58
HSL166º73.77%23.92%-
HSV(B)166º84.91%41.57%-
XYZ7.0111.0710.36-
YUV76.7132.6884.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.73%
GREEN value IS 106 (41.80% from 255) = 51.21%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=7.73%
G=51.21%
B=41.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16106850.8500.200.5816673.7723.92
Hex106A55550143Aa64a18
Octal201521251250247224611230
Binary1000011010101010101101010101010011101010100110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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