#116E82

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

Shades of Allports #116E82

Tints of Allports #116E82

Color information

#116E82 (or 0x116E82) is unknown color: approx Allports. HEX triplet: 11, 6E and 82. RGB value is (17,110,130). Sum of RGB (Red+Green+Blue) = 17+110+130=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #116E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116E82 is #EE917D. Grayscale: #545454. Windows color (decimal): -15634814 or 8547857. OLE color: 8547857.

HSL color Cylindrical-coordinate representation of color #116E82: hue angle of 190.62º 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 #116E82 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB17110130-
CMYK0.870.1500.49
HSL190.62º76.87%28.82%-
HSV(B)190.62º86.92%50.98%-
XYZ9.8412.8823.09-
YUV84.47153.6979.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.61%
GREEN value IS 110 (43.36% from 255) = 42.80%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=6.61%
G=42.80%
B=50.58%

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
Decimal171101300.870.1500.49190.6276.8728.82
Hex116E8257F031bf4d1d
Octal211562021271706127711535
Binary1000111011101000001010101111111011000110111111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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