#81AB9A

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

Shades of Acapulco #81AB9A

Tints of Acapulco #81AB9A

Color information

#81AB9A (or 0x81AB9A) is unknown color: approx Acapulco. HEX triplet: 81, AB and 9A. RGB value is (129,171,154). Sum of RGB (Red+Green+Blue) = 129+171+154=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AB9A is #7E5465. Grayscale: #9C9C9C. Windows color (decimal): -8279142 or 10136449. OLE color: 10136449.

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

Color convert

RGB129171154-
CMYK0.2500.100.33
HSL155.71º20%58.82%-
HSV(B)155.71º24.56%67.06%-
XYZ29.4536.1335.99-
YUV156.5126.59108.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.41%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 154 (60.55% from 255) = 33.92%
R=28.41%
G=37.67%
B=33.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291711540.2500.100.33155.712058.82
Hex81AB9A190A219c143b
Octal20125323231012412342473
Binary10000001101010111001101011001010101000011001110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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