#116C7B

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

Shades of Allports #116C7B

Tints of Allports #116C7B

Color information

#116C7B (or 0x116C7B) is unknown color: approx Allports. HEX triplet: 11, 6C and 7B. RGB value is (17,108,123). Sum of RGB (Red+Green+Blue) = 17+108+123=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #116C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C7B is #EE9384. Grayscale: #525252. Windows color (decimal): -15635333 or 8088593. OLE color: 8088593.

HSL color Cylindrical-coordinate representation of color #116C7B: hue angle of 188.49º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116C7B is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB17108123-
CMYK0.860.1200.52
HSL188.49º75.71%27.45%-
HSV(B)188.49º86.18%48.24%-
XYZ9.1712.2720.62-
YUV82.5150.8581.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.85%
GREEN value IS 108 (42.58% from 255) = 43.55%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=6.85%
G=43.55%
B=49.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal171081230.860.1200.52188.4975.7127.45
Hex116C7B56C034bc4c1b
Octal211541731261406427411433
Binary100011101100111101110101101100011010010111100100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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