#116C79

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

Shades of Allports #116C79

Tints of Allports #116C79

Color information

#116C79 (or 0x116C79) is unknown color: approx Allports. HEX triplet: 11, 6C and 79. RGB value is (17,108,121). Sum of RGB (Red+Green+Blue) = 17+108+121=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #116C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C79 is #EE9386. Grayscale: #525252. Windows color (decimal): -15635335 or 7957521. OLE color: 7957521.

HSL color Cylindrical-coordinate representation of color #116C79: hue angle of 187.5º 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 #116C79 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB17108121-
CMYK0.860.1100.53
HSL187.5º75.36%27.06%-
HSV(B)187.5º85.95%47.45%-
XYZ9.0412.2219.97-
YUV82.27149.8581.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.91%
GREEN value IS 108 (42.58% from 255) = 43.90%
BLUE value IS 121 (47.66% from 255) = 49.19%
R=6.91%
G=43.90%
B=49.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171081210.860.1100.53187.575.3627.06
Hex116C7956B035bc4b1b
Octal211541711261306527411333
Binary100011101100111100110101101011011010110111100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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