#80AAC0

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

Shades of Glacier #80AAC0

Tints of Glacier #80AAC0

Color information

#80AAC0 (or 0x80AAC0) is unknown color: approx Glacier. HEX triplet: 80, AA and C0. RGB value is (128,170,192). Sum of RGB (Red+Green+Blue) = 128+170+192=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #80AAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAC0 is #7F553F. Grayscale: #9F9F9F. Windows color (decimal): -8344896 or 12626560. OLE color: 12626560.

HSL color Cylindrical-coordinate representation of color #80AAC0: hue angle of 200.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80AAC0 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128170192-
CMYK0.330.1100.25
HSL200.62º33.68%62.75%-
HSV(B)200.62º33.33%75.29%-
XYZ32.7937.1455.31-
YUV159.95146.09105.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 192 (75.39% from 255) = 39.18%
R=26.12%
G=34.69%
B=39.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281701920.330.1100.25200.6233.6862.75
Hex80AAC021B019c9223f
Octal20025230041130313114277
Binary100000001010101011000000100001101101100111001001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80AAC0; }

 p { color: rgb(128,170,192); }

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

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

 a { background-color: rgb(128,170,192); }

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

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

 span { border-color: rgb(128,170,192); }

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