#80A592

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

Shades of Acapulco #80A592

Tints of Acapulco #80A592

Color information

#80A592 (or 0x80A592) is unknown color: approx Acapulco. HEX triplet: 80, A5 and 92. RGB value is (128,165,146). Sum of RGB (Red+Green+Blue) = 128+165+146=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #80A592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A592 is #7F5A6D. Grayscale: #979797. Windows color (decimal): -8346222 or 9610624. OLE color: 9610624.

HSL color Cylindrical-coordinate representation of color #80A592: hue angle of 149.19º 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 #80A592 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB128165146-
CMYK0.2200.120.35
HSL149.19º17.05%57.45%-
HSV(B)149.19º22.42%64.71%-
XYZ27.5533.5732.22-
YUV151.77124.74111.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.16%
GREEN value IS 165 (64.84% from 255) = 37.59%
BLUE value IS 146 (57.42% from 255) = 33.26%
R=29.16%
G=37.59%
B=33.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281651460.2200.120.35149.1917.0557.45
Hex80A592160C23951139
Octal20024522226014432252171
Binary10000000101001011001001010110011001000111001010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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