#71B49D

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

Shades of Acapulco #71B49D

Tints of Acapulco #71B49D

Color information

#71B49D (or 0x71B49D) is unknown color: approx Acapulco. HEX triplet: 71, B4 and 9D. RGB value is (113,180,157). Sum of RGB (Red+Green+Blue) = 113+180+157=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #71B49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B49D is #8E4B62. Grayscale: #9D9D9D. Windows color (decimal): -9325411 or 10335345. OLE color: 10335345.

HSL color Cylindrical-coordinate representation of color #71B49D: hue angle of 159.4º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B49D is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB113180157-
CMYK0.3700.130.29
HSL159.4º30.88%57.45%-
HSV(B)159.4º37.22%70.59%-
XYZ29.2238.5937.81-
YUV157.34127.896.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.11%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=25.11%
G=40%
B=34.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131801570.3700.130.29159.430.8857.45
Hex71B49D250D1D9f1f39
Octal16126423545015352373771
Binary1110001101101001001110110010101101111011001111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,180,157); }

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

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

 a { background-color: rgb(113,180,157); }

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

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

 span { border-color: rgb(113,180,157); }

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