#71A293

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

Shades of Acapulco #71A293

Tints of Acapulco #71A293

Color information

#71A293 (or 0x71A293) is unknown color: approx Acapulco. HEX triplet: 71, A2 and 93. RGB value is (113,162,147). Sum of RGB (Red+Green+Blue) = 113+162+147=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 162 - color contains mainly: green. Hex color #71A293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A293 is #8E5D6C. Grayscale: #919191. Windows color (decimal): -9330029 or 9675377. OLE color: 9675377.

HSL color Cylindrical-coordinate representation of color #71A293: hue angle of 161.63º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71A293 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB113162147-
CMYK0.3000.090.36
HSL161.63º20.85%53.92%-
HSV(B)161.63º30.25%63.53%-
XYZ2531.4632.36-
YUV145.64128.77104.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 162 (63.67% from 255) = 38.39%
BLUE value IS 147 (57.81% from 255) = 34.83%
R=26.78%
G=38.39%
B=34.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131621470.3000.090.36161.6320.8553.92
Hex71A2931E0924a21536
Octal16124222336011442422566
Binary1110001101000101001001111110010011001001010001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,162,147); }

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

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

 a { background-color: rgb(113,162,147); }

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

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

 span { border-color: rgb(113,162,147); }

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