#80A798

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

Shades of Acapulco #80A798

Tints of Acapulco #80A798

Color information

#80A798 (or 0x80A798) is unknown color: approx Acapulco. HEX triplet: 80, A7 and 98. RGB value is (128,167,152). Sum of RGB (Red+Green+Blue) = 128+167+152=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 167 - color contains mainly: green. Hex color #80A798 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A798 is #7F5867. Grayscale: #999999. Windows color (decimal): -8345704 or 10004352. OLE color: 10004352.

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

Color convert

RGB128167152-
CMYK0.2300.090.35
HSL156.92º18.14%57.84%-
HSV(B)156.92º23.35%65.49%-
XYZ28.3934.4934.87-
YUV153.63127.08109.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.64%
GREEN value IS 167 (65.62% from 255) = 37.36%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=28.64%
G=37.36%
B=34.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281671520.2300.090.35156.9218.1457.84
Hex80A7981709239d123a
Octal20024723027011432352272
Binary10000000101001111001100010111010011000111001110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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