#71A489

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

Shades of Acapulco #71A489

Tints of Acapulco #71A489

Color information

#71A489 (or 0x71A489) is unknown color: approx Acapulco. HEX triplet: 71, A4 and 89. RGB value is (113,164,137). Sum of RGB (Red+Green+Blue) = 113+164+137=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #71A489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A489 is #8E5B76. Grayscale: #919191. Windows color (decimal): -9329527 or 9020529. OLE color: 9020529.

HSL color Cylindrical-coordinate representation of color #71A489: hue angle of 148.24º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71A489 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB113164137-
CMYK0.3100.160.36
HSL148.24º21.89%54.31%-
HSV(B)148.24º31.1%64.31%-
XYZ24.631.8728.52-
YUV145.67123.1104.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.29%
GREEN value IS 164 (64.45% from 255) = 39.61%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=27.29%
G=39.61%
B=33.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131641370.3100.160.36148.2421.8954.31
Hex71A4891F01024941636
Octal16124421137020442242666
Binary11100011010010010001001111110100001001001001010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71A489; }

 p { color: rgb(113,164,137); }

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

<style>
 a { background-color: #71A489; }

 a { background-color: rgb(113,164,137); }

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

<style>
 span { border-color: #71A489; }

 span { border-color: rgb(113,164,137); }

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