#81A593

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

Shades of Acapulco #81A593

Tints of Acapulco #81A593

Color information

#81A593 (or 0x81A593) is unknown color: approx Acapulco. HEX triplet: 81, A5 and 93. RGB value is (129,165,147). Sum of RGB (Red+Green+Blue) = 129+165+147=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 165 - color contains mainly: green. Hex color #81A593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A593 is #7E5A6C. Grayscale: #989898. Windows color (decimal): -8280685 or 9676161. OLE color: 9676161.

HSL color Cylindrical-coordinate representation of color #81A593: hue angle of 150º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81A593 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB129165147-
CMYK0.2200.110.35
HSL150º16.67%57.65%-
HSV(B)150º21.82%64.71%-
XYZ27.7733.6832.64-
YUV152.18125.07111.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.25%
GREEN value IS 165 (64.84% from 255) = 37.41%
BLUE value IS 147 (57.81% from 255) = 33.33%
R=29.25%
G=37.41%
B=33.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1291651470.2200.110.3515016.6757.65
Hex81A593160B2396113a
Octal20124522326013432262172
Binary10000001101001011001001110110010111000111001011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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