#71A48F

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

Shades of Acapulco #71A48F

Tints of Acapulco #71A48F

Color information

#71A48F (or 0x71A48F) is unknown color: approx Acapulco. HEX triplet: 71, A4 and 8F. RGB value is (113,164,143). Sum of RGB (Red+Green+Blue) = 113+164+143=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #71A48F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A48F is #8E5B70. Grayscale: #929292. Windows color (decimal): -9329521 or 9413745. OLE color: 9413745.

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

Color convert

RGB113164143-
CMYK0.3100.130.36
HSL155.29º21.89%54.31%-
HSV(B)155.29º31.1%64.31%-
XYZ25.0432.0430.85-
YUV146.36126.1104.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 143 (56.25% from 255) = 34.05%
R=26.90%
G=39.05%
B=34.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131641430.3100.130.36155.2921.8954.31
Hex71A48F1F0D249b1636
Octal16124421737015442332666
Binary1110001101001001000111111111011011001001001101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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