#116676

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

Shades of Allports #116676

Tints of Allports #116676

Color information

#116676 (or 0x116676) is unknown color: approx Allports. HEX triplet: 11, 66 and 76. RGB value is (17,102,118). Sum of RGB (Red+Green+Blue) = 17+102+118=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #116676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116676 is #EE9989. Grayscale: #4E4E4E. Windows color (decimal): -15636874 or 7759377. OLE color: 7759377.

HSL color Cylindrical-coordinate representation of color #116676: hue angle of 189.5º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116676 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB17102118-
CMYK0.860.1400.54
HSL189.5º74.81%26.47%-
HSV(B)189.5º85.59%46.27%-
XYZ8.2510.9318.81-
YUV78.41150.3484.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 102 (40.23% from 255) = 43.04%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=7.17%
G=43.04%
B=49.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171021180.860.1400.54189.574.8126.47
Hex11667656E036be4b1a
Octal211461661261606627611332
Binary100011100110111011010101101110011011010111110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116676; }

 p { color: rgb(17,102,118); }

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

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

 a { background-color: rgb(17,102,118); }

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

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

 span { border-color: rgb(17,102,118); }

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