#116950

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

Shades of Watercourse #116950

Tints of Watercourse #116950

Color information

#116950 (or 0x116950) is unknown color: approx Watercourse. HEX triplet: 11, 69 and 50. RGB value is (17,105,80). Sum of RGB (Red+Green+Blue) = 17+105+80=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #116950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116950 is #EE96AF. Grayscale: #4B4B4B. Windows color (decimal): -15636144 or 5269777. OLE color: 5269777.

HSL color Cylindrical-coordinate representation of color #116950: hue angle of 162.95º 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 #116950 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB1710580-
CMYK0.8400.240.59
HSL162.95º72.13%23.92%-
HSV(B)162.95º83.81%41.18%-
XYZ6.7310.89.32-
YUV75.84130.3586.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.42%
GREEN value IS 105 (41.41% from 255) = 51.98%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=8.42%
G=51.98%
B=39.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17105800.8400.240.59162.9572.1323.92
Hex116950540183Ba34818
Octal211511201240307324311030
Binary1000111010011010000101010001100011101110100011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116950; }

 p { color: rgb(17,105,80); }

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

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

 a { background-color: rgb(17,105,80); }

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

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

 span { border-color: rgb(17,105,80); }

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