#82A497

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

Shades of Acapulco #82A497

Tints of Acapulco #82A497

Color information

#82A497 (or 0x82A497) is unknown color: approx Acapulco. HEX triplet: 82, A4 and 97. RGB value is (130,164,151). Sum of RGB (Red+Green+Blue) = 130+164+151=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 164 - color contains mainly: green. Hex color #82A497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A497 is #7D5B68. Grayscale: #989898. Windows color (decimal): -8215401 or 9938050. OLE color: 9938050.

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

Color convert

RGB130164151-
CMYK0.2100.080.36
HSL157.06º15.74%57.65%-
HSV(B)157.06º20.73%64.31%-
XYZ28.0733.5334.27-
YUV152.35127.24112.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.21%
GREEN value IS 164 (64.45% from 255) = 36.85%
BLUE value IS 151 (59.38% from 255) = 33.93%
R=29.21%
G=36.85%
B=33.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1301641510.2100.080.36157.0615.7457.65
Hex82A4971508249d103a
Octal20224422725010442352072
Binary10000010101001001001011110101010001001001001110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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