#80A596

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

Shades of Acapulco #80A596

Tints of Acapulco #80A596

Color information

#80A596 (or 0x80A596) is unknown color: approx Acapulco. HEX triplet: 80, A5 and 96. RGB value is (128,165,150). Sum of RGB (Red+Green+Blue) = 128+165+150=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 165 - color contains mainly: green. Hex color #80A596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A596 is #7F5A69. Grayscale: #989898. Windows color (decimal): -8346218 or 9872768. OLE color: 9872768.

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

Color convert

RGB128165150-
CMYK0.2200.090.35
HSL155.68º17.05%57.45%-
HSV(B)155.68º22.42%64.71%-
XYZ27.8633.733.89-
YUV152.23126.74110.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.89%
GREEN value IS 165 (64.84% from 255) = 37.25%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=28.89%
G=37.25%
B=33.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281651500.2200.090.35155.6817.0557.45
Hex80A5961609239c1139
Octal20024522626011432342171
Binary10000000101001011001011010110010011000111001110010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,165,150); }

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

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

 a { background-color: rgb(128,165,150); }

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

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

 span { border-color: rgb(128,165,150); }

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