#71B595

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

Shades of Acapulco #71B595

Tints of Acapulco #71B595

Color information

#71B595 (or 0x71B595) is unknown color: approx Acapulco. HEX triplet: 71, B5 and 95. RGB value is (113,181,149). Sum of RGB (Red+Green+Blue) = 113+181+149=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #71B595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B595 is #8E4A6A. Grayscale: #9D9D9D. Windows color (decimal): -9325163 or 9811313. OLE color: 9811313.

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

Color convert

RGB113181149-
CMYK0.3800.180.29
HSL151.76º31.48%57.65%-
HSV(B)151.76º37.57%70.98%-
XYZ28.7638.7334.39-
YUV157.02123.4796.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.51%
GREEN value IS 181 (71.09% from 255) = 40.86%
BLUE value IS 149 (58.59% from 255) = 33.63%
R=25.51%
G=40.86%
B=33.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131811490.3800.180.29151.7631.4857.65
Hex71B595260121D981f3a
Octal16126522546022352303772
Binary11100011011010110010101100110010010111011001100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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