#81A996

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

Shades of Acapulco #81A996

Tints of Acapulco #81A996

Color information

#81A996 (or 0x81A996) is unknown color: approx Acapulco. HEX triplet: 81, A9 and 96. RGB value is (129,169,150). Sum of RGB (Red+Green+Blue) = 129+169+150=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 169 - color contains mainly: green. Hex color #81A996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A996 is #7E5669. Grayscale: #9A9A9A. Windows color (decimal): -8279658 or 9873793. OLE color: 9873793.

HSL color Cylindrical-coordinate representation of color #81A996: hue angle of 151.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81A996 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB129169150-
CMYK0.2400.110.34
HSL151.5º18.87%58.43%-
HSV(B)151.5º23.67%66.27%-
XYZ28.7535.2534.14-
YUV154.87125.25109.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.79%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 150 (58.98% from 255) = 33.48%
R=28.79%
G=37.72%
B=33.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1291691500.2400.110.34151.518.8758.43
Hex81A996180B2297133a
Octal20125122630013422272372
Binary10000001101010011001011011000010111000101001011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A996; }

 p { color: rgb(129,169,150); }

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

<style>
 a { background-color: #81A996; }

 a { background-color: rgb(129,169,150); }

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

<style>
 span { border-color: #81A996; }

 span { border-color: rgb(129,169,150); }

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