#116851

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

Shades of Watercourse #116851

Tints of Watercourse #116851

Color information

#116851 (or 0x116851) is unknown color: approx Watercourse. HEX triplet: 11, 68 and 51. RGB value is (17,104,81). Sum of RGB (Red+Green+Blue) = 17+104+81=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #116851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116851 is #EE97AE. Grayscale: #4B4B4B. Windows color (decimal): -15636399 or 5335057. OLE color: 5335057.

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

Color convert

RGB1710481-
CMYK0.8400.220.59
HSL164.14º71.9%23.73%-
HSV(B)164.14º83.65%40.78%-
XYZ6.6710.619.48-
YUV75.36131.1886.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.42%
GREEN value IS 104 (41.02% from 255) = 51.49%
BLUE value IS 81 (32.03% from 255) = 40.10%
R=8.42%
G=51.49%
B=40.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17104810.8400.220.59164.1471.923.73
Hex116851540163Ba44818
Octal211501211240267324411030
Binary1000111010001010001101010001011011101110100100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116851; }

 p { color: rgb(17,104,81); }

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

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

 a { background-color: rgb(17,104,81); }

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

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

 span { border-color: rgb(17,104,81); }

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