#106B50

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

Shades of Watercourse #106B50

Tints of Watercourse #106B50

Color information

#106B50 (or 0x106B50) is unknown color: approx Watercourse. HEX triplet: 10, 6B and 50. RGB value is (16,107,80). Sum of RGB (Red+Green+Blue) = 16+107+80=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #106B50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106B50 is #EF94AF. Grayscale: #4C4C4C. Windows color (decimal): -15701168 or 5270288. OLE color: 5270288.

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

Color convert

RGB1610780-
CMYK0.8500.250.58
HSL162.2º73.98%24.12%-
HSV(B)162.2º85.05%41.96%-
XYZ6.9211.29.39-
YUV76.71129.8584.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 107 (42.19% from 255) = 52.71%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=7.88%
G=52.71%
B=39.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16107800.8500.250.58162.273.9824.12
Hex106B50550193Aa24a18
Octal201531201250317224211230
Binary1000011010111010000101010101100111101010100010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,107,80); }

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

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

 a { background-color: rgb(16,107,80); }

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

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

 span { border-color: rgb(16,107,80); }

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