#82A195

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

Shades of Acapulco #82A195

Tints of Acapulco #82A195

Color information

#82A195 (or 0x82A195) is unknown color: approx Acapulco. HEX triplet: 82, A1 and 95. RGB value is (130,161,149). Sum of RGB (Red+Green+Blue) = 130+161+149=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #82A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A195 is #7D5E6A. Grayscale: #969696. Windows color (decimal): -8216171 or 9806210. OLE color: 9806210.

HSL color Cylindrical-coordinate representation of color #82A195: hue angle of 156.77º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #82A195 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB130161149-
CMYK0.1900.070.37
HSL156.77º14.16%57.06%-
HSV(B)156.77º19.25%63.14%-
XYZ27.3832.4133.25-
YUV150.36127.23113.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.55%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 149 (58.59% from 255) = 33.86%
R=29.55%
G=36.59%
B=33.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1301611490.1900.070.37156.7714.1657.06
Hex82A1951307259de39
Octal2022412252307452351671
Binary100000101010000110010101100110111100101100111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,161,149); }

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

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

 a { background-color: rgb(130,161,149); }

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

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

 span { border-color: rgb(130,161,149); }

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