#80A598

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

Shades of Acapulco #80A598

Tints of Acapulco #80A598

Color information

#80A598 (or 0x80A598) is unknown color: approx Acapulco. HEX triplet: 80, A5 and 98. RGB value is (128,165,152). Sum of RGB (Red+Green+Blue) = 128+165+152=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 165 - color contains mainly: green. Hex color #80A598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A598 is #7F5A67. Grayscale: #989898. Windows color (decimal): -8346216 or 10003840. OLE color: 10003840.

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

Color convert

RGB128165152-
CMYK0.2200.080.35
HSL158.92º17.05%57.45%-
HSV(B)158.92º22.42%64.71%-
XYZ28.0233.7734.75-
YUV152.45127.74110.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.76%
GREEN value IS 165 (64.84% from 255) = 37.08%
BLUE value IS 152 (59.77% from 255) = 34.16%
R=28.76%
G=37.08%
B=34.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281651520.2200.080.35158.9217.0557.45
Hex80A5981608239f1139
Octal20024523026010432372171
Binary10000000101001011001100010110010001000111001111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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