#116955

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

Shades of Watercourse #116955

Tints of Watercourse #116955

Color information

#116955 (or 0x116955) is unknown color: approx Watercourse. HEX triplet: 11, 69 and 55. RGB value is (17,105,85). Sum of RGB (Red+Green+Blue) = 17+105+85=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #116955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116955 is #EE96AA. Grayscale: #4C4C4C. Windows color (decimal): -15636139 or 5597457. OLE color: 5597457.

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

Color convert

RGB1710585-
CMYK0.8400.190.59
HSL166.36º72.13%23.92%-
HSV(B)166.36º83.81%41.18%-
XYZ6.9210.8810.33-
YUV76.41132.8585.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 105 (41.41% from 255) = 50.72%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=8.21%
G=50.72%
B=41.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17105850.8400.190.59166.3672.1323.92
Hex116955540133Ba64818
Octal211511251240237324611030
Binary1000111010011010101101010001001111101110100110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116955; }

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

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

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

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

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

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

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

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