#71A68E

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

Shades of Acapulco #71A68E

Tints of Acapulco #71A68E

Color information

#71A68E (or 0x71A68E) is unknown color: approx Acapulco. HEX triplet: 71, A6 and 8E. RGB value is (113,166,142). Sum of RGB (Red+Green+Blue) = 113+166+142=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 166 - color contains mainly: green. Hex color #71A68E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A68E is #8E5971. Grayscale: #939393. Windows color (decimal): -9329010 or 9348721. OLE color: 9348721.

HSL color Cylindrical-coordinate representation of color #71A68E: hue angle of 152.83º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71A68E is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB113166142-
CMYK0.3200.140.35
HSL152.83º22.94%54.71%-
HSV(B)152.83º31.93%65.1%-
XYZ25.3332.7430.57-
YUV147.42124.94103.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.84%
GREEN value IS 166 (65.23% from 255) = 39.43%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=26.84%
G=39.43%
B=33.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1131661420.3200.140.35152.8322.9454.71
Hex71A68E200E23991737
Octal16124621640016432312767
Binary11100011010011010001110100000011101000111001100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,166,142); }

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

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

 a { background-color: rgb(113,166,142); }

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

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

 span { border-color: rgb(113,166,142); }

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