#116A77

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

Shades of Allports #116A77

Tints of Allports #116A77

Color information

#116A77 (or 0x116A77) is unknown color: approx Allports. HEX triplet: 11, 6A and 77. RGB value is (17,106,119). Sum of RGB (Red+Green+Blue) = 17+106+119=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 106 (41.80% from 255 or 43.80% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #116A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A77 is #EE9588. Grayscale: #505050. Windows color (decimal): -15635849 or 7825937. OLE color: 7825937.

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

Color convert

RGB17106119-
CMYK0.860.1100.53
HSL187.65º75%26.67%-
HSV(B)187.65º85.71%46.67%-
XYZ8.7111.7619.26-
YUV80.87149.5182.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.02%
GREEN value IS 106 (41.80% from 255) = 43.80%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=7.02%
G=43.80%
B=49.17%

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
Decimal171061190.860.1100.53187.657526.67
Hex116A7756B035bc4b1b
Octal211521671261306527411333
Binary100011101010111011110101101011011010110111100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,106,119); }

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

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

 a { background-color: rgb(17,106,119); }

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

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

 span { border-color: rgb(17,106,119); }

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