#116C7A

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

Shades of Allports #116C7A

Tints of Allports #116C7A

Color information

#116C7A (or 0x116C7A) is unknown color: approx Allports. HEX triplet: 11, 6C and 7A. RGB value is (17,108,122). Sum of RGB (Red+Green+Blue) = 17+108+122=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #116C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C7A is #EE9385. Grayscale: #525252. Windows color (decimal): -15635334 or 8023057. OLE color: 8023057.

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

Color convert

RGB17108122-
CMYK0.860.1100.52
HSL188º75.54%27.25%-
HSV(B)188º86.07%47.84%-
XYZ9.1112.2520.3-
YUV82.39150.3581.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.88%
GREEN value IS 108 (42.58% from 255) = 43.72%
BLUE value IS 122 (48.05% from 255) = 49.39%
R=6.88%
G=43.72%
B=49.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal171081220.860.1100.5218875.5427.25
Hex116C7A56B034bc4c1b
Octal211541721261306427411433
Binary100011101100111101010101101011011010010111100100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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