#116B78

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

Shades of Allports #116B78

Tints of Allports #116B78

Color information

#116B78 (or 0x116B78) is unknown color: approx Allports. HEX triplet: 11, 6B and 78. RGB value is (17,107,120). Sum of RGB (Red+Green+Blue) = 17+107+120=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #116B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116B78 is #EE9487. Grayscale: #515151. Windows color (decimal): -15635592 or 7891729. OLE color: 7891729.

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

Color convert

RGB17107120-
CMYK0.860.1100.53
HSL187.57º75.18%26.86%-
HSV(B)187.57º85.83%47.06%-
XYZ8.8811.9919.62-
YUV81.57149.6881.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.97%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 120 (47.27% from 255) = 49.18%
R=6.97%
G=43.85%
B=49.18%

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
Decimal171071200.860.1100.53187.5775.1826.86
Hex116B7856B035bc4b1b
Octal211531701261306527411333
Binary100011101011111100010101101011011010110111100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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