#116F84

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

Shades of Allports #116F84

Tints of Allports #116F84

Color information

#116F84 (or 0x116F84) is unknown color: approx Allports. HEX triplet: 11, 6F and 84. RGB value is (17,111,132). Sum of RGB (Red+Green+Blue) = 17+111+132=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #116F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116F84 is #EE907B. Grayscale: #555555. Windows color (decimal): -15634556 or 8679185. OLE color: 8679185.

HSL color Cylindrical-coordinate representation of color #116F84: hue angle of 190.96º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116F84 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB17111132-
CMYK0.870.1600.48
HSL190.96º77.18%29.22%-
HSV(B)190.96º87.12%51.76%-
XYZ10.0813.1523.84-
YUV85.29154.3679.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 111 (43.75% from 255) = 42.69%
BLUE value IS 132 (51.95% from 255) = 50.77%
R=6.54%
G=42.69%
B=50.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171111320.870.1600.48190.9677.1829.22
Hex116F845710030bf4d1d
Octal211572041272006027711535
Binary10001110111110000100101011110000011000010111111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,111,132); }

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

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

 a { background-color: rgb(17,111,132); }

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

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

 span { border-color: rgb(17,111,132); }

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