#116D79

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

Shades of Allports #116D79

Tints of Allports #116D79

Color information

#116D79 (or 0x116D79) is unknown color: approx Allports. HEX triplet: 11, 6D and 79. RGB value is (17,109,121). Sum of RGB (Red+Green+Blue) = 17+109+121=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #116D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D79 is #EE9286. Grayscale: #525252. Windows color (decimal): -15635079 or 7957777. OLE color: 7957777.

HSL color Cylindrical-coordinate representation of color #116D79: hue angle of 186.92º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116D79 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB17109121-
CMYK0.860.1000.53
HSL186.92º75.36%27.06%-
HSV(B)186.92º85.95%47.45%-
XYZ9.1512.4420.01-
YUV82.86149.5281.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.88%
GREEN value IS 109 (42.97% from 255) = 44.13%
BLUE value IS 121 (47.66% from 255) = 48.99%
R=6.88%
G=44.13%
B=48.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171091210.860.1000.53186.9275.3627.06
Hex116D7956A035bb4b1b
Octal211551711261206527311333
Binary100011101101111100110101101010011010110111011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,109,121); }

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

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

 a { background-color: rgb(17,109,121); }

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

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

 span { border-color: rgb(17,109,121); }

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