#116176

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

Shades of Allports #116176

Tints of Allports #116176

Color information

#116176 (or 0x116176) is unknown color: approx Allports. HEX triplet: 11, 61 and 76. RGB value is (17,97,118). Sum of RGB (Red+Green+Blue) = 17+97+118=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #116176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116176 is #EE9E89. Grayscale: #4B4B4B. Windows color (decimal): -15638154 or 7758097. OLE color: 7758097.

HSL color Cylindrical-coordinate representation of color #116176: hue angle of 192.48º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116176 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1797118-
CMYK0.860.1800.54
HSL192.48º74.81%26.47%-
HSV(B)192.48º85.59%46.27%-
XYZ7.789.9818.66-
YUV75.4715286.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.33%
GREEN value IS 97 (38.28% from 255) = 41.81%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=7.33%
G=41.81%
B=50.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17971180.860.1800.54192.4874.8126.47
Hex1161765612036c04b1a
Octal211411661262206630011332
Binary1000111000011110110101011010010011011011000000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116176; }

 p { color: rgb(17,97,118); }

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

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

 a { background-color: rgb(17,97,118); }

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

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

 span { border-color: rgb(17,97,118); }

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