#116F51

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

Shades of Watercourse #116F51

Tints of Watercourse #116F51

Color information

#116F51 (or 0x116F51) is unknown color: approx Watercourse. HEX triplet: 11, 6F and 51. RGB value is (17,111,81). Sum of RGB (Red+Green+Blue) = 17+111+81=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #116F51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116F51 is #EE90AE. Grayscale: #4F4F4F. Windows color (decimal): -15634607 or 5336849. OLE color: 5336849.

HSL color Cylindrical-coordinate representation of color #116F51: hue angle of 160.85º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116F51 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1711181-
CMYK0.8500.270.56
HSL160.85º73.44%25.1%-
HSV(B)160.85º84.68%43.53%-
XYZ7.412.089.73-
YUV79.47128.8683.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.13%
GREEN value IS 111 (43.75% from 255) = 53.11%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=8.13%
G=53.11%
B=38.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17111810.8500.270.56160.8573.4425.1
Hex116F515501B38a14919
Octal211571211250337024111131
Binary1000111011111010001101010101101111100010100001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116F51; }

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

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

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

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

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

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

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

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