#71A894

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

Shades of Acapulco #71A894

Tints of Acapulco #71A894

Color information

#71A894 (or 0x71A894) is unknown color: approx Acapulco. HEX triplet: 71, A8 and 94. RGB value is (113,168,148). Sum of RGB (Red+Green+Blue) = 113+168+148=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 168 - color contains mainly: green. Hex color #71A894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A894 is #8E576B. Grayscale: #959595. Windows color (decimal): -9328492 or 9742449. OLE color: 9742449.

HSL color Cylindrical-coordinate representation of color #71A894: hue angle of 158.18º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71A894 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB113168148-
CMYK0.3300.120.34
HSL158.18º24.02%55.1%-
HSV(B)158.18º32.74%65.88%-
XYZ26.1633.6533.13-
YUV149.27127.28102.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.34%
GREEN value IS 168 (66.02% from 255) = 39.16%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=26.34%
G=39.16%
B=34.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1131681480.3300.120.34158.1824.0255.1
Hex71A894210C229e1837
Octal16125022441014422363067
Binary11100011010100010010100100001011001000101001111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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