#116953

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

Shades of Watercourse #116953

Tints of Watercourse #116953

Color information

#116953 (or 0x116953) is unknown color: approx Watercourse. HEX triplet: 11, 69 and 53. RGB value is (17,105,83). Sum of RGB (Red+Green+Blue) = 17+105+83=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #116953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116953 is #EE96AC. Grayscale: #4C4C4C. Windows color (decimal): -15636141 or 5466385. OLE color: 5466385.

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

Color convert

RGB1710583-
CMYK0.8400.210.59
HSL165º72.13%23.92%-
HSV(B)165º83.81%41.18%-
XYZ6.8410.859.92-
YUV76.18131.8585.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 105 (41.41% from 255) = 51.22%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=8.29%
G=51.22%
B=40.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17105830.8400.210.5916572.1323.92
Hex116953540153Ba54818
Octal211511231240257324511030
Binary1000111010011010011101010001010111101110100101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116953; }

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

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

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

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

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

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

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

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