#80A497

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

Shades of Acapulco #80A497

Tints of Acapulco #80A497

Color information

#80A497 (or 0x80A497) is unknown color: approx Acapulco. HEX triplet: 80, A4 and 97. RGB value is (128,164,151). Sum of RGB (Red+Green+Blue) = 128+164+151=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 164 - color contains mainly: green. Hex color #80A497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A497 is #7F5B68. Grayscale: #979797. Windows color (decimal): -8346473 or 9938048. OLE color: 9938048.

HSL color Cylindrical-coordinate representation of color #80A497: hue angle of 158.33º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80A497 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB128164151-
CMYK0.2200.080.36
HSL158.33º16.51%57.25%-
HSV(B)158.33º21.95%64.31%-
XYZ27.7633.3734.26-
YUV151.75127.57111.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.89%
GREEN value IS 164 (64.45% from 255) = 37.02%
BLUE value IS 151 (59.38% from 255) = 34.09%
R=28.89%
G=37.02%
B=34.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281641510.2200.080.36158.3316.5157.25
Hex80A4971608249e1139
Octal20024422726010442362171
Binary10000000101001001001011110110010001001001001111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,164,151); }

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

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

 a { background-color: rgb(128,164,151); }

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

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

 span { border-color: rgb(128,164,151); }

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