#71B495

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

Shades of Acapulco #71B495

Tints of Acapulco #71B495

Color information

#71B495 (or 0x71B495) is unknown color: approx Acapulco. HEX triplet: 71, B4 and 95. RGB value is (113,180,149). Sum of RGB (Red+Green+Blue) = 113+180+149=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #71B495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B495 is #8E4B6A. Grayscale: #9C9C9C. Windows color (decimal): -9325419 or 9811057. OLE color: 9811057.

HSL color Cylindrical-coordinate representation of color #71B495: hue angle of 152.24º 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 #71B495 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB113180149-
CMYK0.3700.170.29
HSL152.24º30.88%57.45%-
HSV(B)152.24º37.22%70.59%-
XYZ28.5638.3234.33-
YUV156.43123.897.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.57%
GREEN value IS 180 (70.70% from 255) = 40.72%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=25.57%
G=40.72%
B=33.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131801490.3700.170.29152.2430.8857.45
Hex71B495250111D981f39
Octal16126422545021352303771
Binary11100011011010010010101100101010001111011001100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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