#106853

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

Shades of Watercourse #106853

Tints of Watercourse #106853

Color information

#106853 (or 0x106853) is unknown color: approx Watercourse. HEX triplet: 10, 68 and 53. RGB value is (16,104,83). Sum of RGB (Red+Green+Blue) = 16+104+83=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #106853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106853 is #EF97AC. Grayscale: #4B4B4B. Windows color (decimal): -15701933 or 5466128. OLE color: 5466128.

HSL color Cylindrical-coordinate representation of color #106853: hue angle of 165.68º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106853 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB1610483-
CMYK0.8500.200.59
HSL165.68º73.33%23.53%-
HSV(B)165.68º84.62%40.78%-
XYZ6.7310.649.88-
YUV75.29132.3585.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 104 (41.02% from 255) = 51.23%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=7.88%
G=51.23%
B=40.89%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16104830.8500.200.59165.6873.3323.53
Hex106853550143Ba64918
Octal201501231250247324611130
Binary1000011010001010011101010101010011101110100110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106853; }

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

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

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

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

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

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

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

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