#116F82

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

Shades of Allports #116F82

Tints of Allports #116F82

Color information

#116F82 (or 0x116F82) is unknown color: approx Allports. HEX triplet: 11, 6F and 82. RGB value is (17,111,130). Sum of RGB (Red+Green+Blue) = 17+111+130=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #116F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116F82 is #EE907D. Grayscale: #545454. Windows color (decimal): -15634558 or 8548113. OLE color: 8548113.

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

Color convert

RGB17111130-
CMYK0.870.1500.49
HSL190.09º76.87%28.82%-
HSV(B)190.09º86.92%50.98%-
XYZ9.9413.123.12-
YUV85.06153.3679.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.59%
GREEN value IS 111 (43.75% from 255) = 43.02%
BLUE value IS 130 (51.17% from 255) = 50.39%
R=6.59%
G=43.02%
B=50.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171111300.870.1500.49190.0976.8728.82
Hex116F8257F031be4d1d
Octal211572021271706127611535
Binary1000111011111000001010101111111011000110111110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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