#71A48A

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

Shades of Acapulco #71A48A

Tints of Acapulco #71A48A

Color information

#71A48A (or 0x71A48A) is unknown color: approx Acapulco. HEX triplet: 71, A4 and 8A. RGB value is (113,164,138). Sum of RGB (Red+Green+Blue) = 113+164+138=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 164 - color contains mainly: green. Hex color #71A48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A48A is #8E5B75. Grayscale: #919191. Windows color (decimal): -9329526 or 9086065. OLE color: 9086065.

HSL color Cylindrical-coordinate representation of color #71A48A: hue angle of 149.41º 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 #71A48A is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB113164138-
CMYK0.3100.160.36
HSL149.41º21.89%54.31%-
HSV(B)149.41º31.1%64.31%-
XYZ24.6731.928.9-
YUV145.79123.6104.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.23%
GREEN value IS 164 (64.45% from 255) = 39.52%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=27.23%
G=39.52%
B=33.25%

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
Decimal1131641380.3100.160.36149.4121.8954.31
Hex71A48A1F01024951636
Octal16124421237020442252666
Binary11100011010010010001010111110100001001001001010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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