#116C8C

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

Shades of Allports #116C8C

Tints of Allports #116C8C

Color information

#116C8C (or 0x116C8C) is unknown color: approx Allports. HEX triplet: 11, 6C and 8C. RGB value is (17,108,140). Sum of RGB (Red+Green+Blue) = 17+108+140=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #116C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116C8C is #EE9373. Grayscale: #545454. Windows color (decimal): -15635316 or 9202705. OLE color: 9202705.

HSL color Cylindrical-coordinate representation of color #116C8C: hue angle of 195.61º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116C8C is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB17108140-
CMYK0.880.2300.45
HSL195.61º78.34%30.78%-
HSV(B)195.61º87.86%54.9%-
XYZ10.3312.7426.73-
YUV84.44159.3579.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.42%
GREEN value IS 108 (42.58% from 255) = 40.75%
BLUE value IS 140 (55.08% from 255) = 52.83%
R=6.42%
G=40.75%
B=52.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal171081400.880.2300.45195.6178.3430.78
Hex116C8C581702Dc44e1f
Octal211542141302705530411637
Binary10001110110010001100101100010111010110111000100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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