#81A493

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

Shades of Acapulco #81A493

Tints of Acapulco #81A493

Color information

#81A493 (or 0x81A493) is unknown color: approx Acapulco. HEX triplet: 81, A4 and 93. RGB value is (129,164,147). Sum of RGB (Red+Green+Blue) = 129+164+147=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 164 - color contains mainly: green. Hex color #81A493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A493 is #7E5B6C. Grayscale: #979797. Windows color (decimal): -8280941 or 9675905. OLE color: 9675905.

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

Color convert

RGB129164147-
CMYK0.2100.100.36
HSL150.86º16.13%57.45%-
HSV(B)150.86º21.34%64.31%-
XYZ27.633.3232.58-
YUV151.6125.4111.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.32%
GREEN value IS 164 (64.45% from 255) = 37.27%
BLUE value IS 147 (57.81% from 255) = 33.41%
R=29.32%
G=37.27%
B=33.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291641470.2100.100.36150.8616.1357.45
Hex81A493150A24971039
Octal20124422325012442272071
Binary10000001101001001001001110101010101001001001011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,164,147); }

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

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

 a { background-color: rgb(129,164,147); }

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

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

 span { border-color: rgb(129,164,147); }

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