#71A294

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

Shades of Acapulco #71A294

Tints of Acapulco #71A294

Color information

#71A294 (or 0x71A294) is unknown color: approx Acapulco. HEX triplet: 71, A2 and 94. RGB value is (113,162,148). Sum of RGB (Red+Green+Blue) = 113+162+148=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #71A294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A294 is #8E5D6B. Grayscale: #919191. Windows color (decimal): -9330028 or 9740913. OLE color: 9740913.

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

Color convert

RGB113162148-
CMYK0.3000.090.36
HSL162.86º20.85%53.92%-
HSV(B)162.86º30.25%63.53%-
XYZ25.0831.4932.77-
YUV145.75129.27104.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.71%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=26.71%
G=38.30%
B=34.99%

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
Decimal1131621480.3000.090.36162.8620.8553.92
Hex71A2941E0924a31536
Octal16124222436011442432566
Binary1110001101000101001010011110010011001001010001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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