#82AB9A

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

Shades of Acapulco #82AB9A

Tints of Acapulco #82AB9A

Color information

#82AB9A (or 0x82AB9A) is unknown color: approx Acapulco. HEX triplet: 82, AB and 9A. RGB value is (130,171,154). Sum of RGB (Red+Green+Blue) = 130+171+154=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AB9A is #7D5465. Grayscale: #9C9C9C. Windows color (decimal): -8213606 or 10136450. OLE color: 10136450.

HSL color Cylindrical-coordinate representation of color #82AB9A: hue angle of 155.12º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82AB9A is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB130171154-
CMYK0.2400.100.33
HSL155.12º19.62%59.02%-
HSV(B)155.12º23.98%67.06%-
XYZ29.636.236-
YUV156.8126.42108.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.57%
GREEN value IS 171 (67.19% from 255) = 37.58%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=28.57%
G=37.58%
B=33.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1301711540.2400.100.33155.1219.6259.02
Hex82AB9A180A219b143b
Octal20225323230012412332473
Binary10000010101010111001101011000010101000011001101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,171,154); }

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

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

 a { background-color: rgb(130,171,154); }

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

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

 span { border-color: rgb(130,171,154); }

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