#116D78

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

Shades of Allports #116D78

Tints of Allports #116D78

Color information

#116D78 (or 0x116D78) is unknown color: approx Allports. HEX triplet: 11, 6D and 78. RGB value is (17,109,120). Sum of RGB (Red+Green+Blue) = 17+109+120=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #116D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116D78 is #EE9287. Grayscale: #525252. Windows color (decimal): -15635080 or 7892241. OLE color: 7892241.

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

Color convert

RGB17109120-
CMYK0.860.0900.53
HSL186.41º75.18%26.86%-
HSV(B)186.41º85.83%47.06%-
XYZ9.0912.4119.69-
YUV82.75149.0281.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.91%
GREEN value IS 109 (42.97% from 255) = 44.31%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=6.91%
G=44.31%
B=48.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171091200.860.0900.53186.4175.1826.86
Hex116D78569035ba4b1b
Octal211551701261106527211333
Binary100011101101111100010101101001011010110111010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,109,120); }

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

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

 a { background-color: rgb(17,109,120); }

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

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

 span { border-color: rgb(17,109,120); }

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