#71A68F

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

Shades of Acapulco #71A68F

Tints of Acapulco #71A68F

Color information

#71A68F (or 0x71A68F) is unknown color: approx Acapulco. HEX triplet: 71, A6 and 8F. RGB value is (113,166,143). Sum of RGB (Red+Green+Blue) = 113+166+143=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #71A68F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A68F is #8E5970. Grayscale: #939393. Windows color (decimal): -9329009 or 9414257. OLE color: 9414257.

HSL color Cylindrical-coordinate representation of color #71A68F: hue angle of 153.96º 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 #71A68F is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB113166143-
CMYK0.3200.140.35
HSL153.96º22.94%54.71%-
HSV(B)153.96º31.93%65.1%-
XYZ25.432.7730.97-
YUV147.53125.44103.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=26.78%
G=39.34%
B=33.89%

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
Decimal1131661430.3200.140.35153.9622.9454.71
Hex71A68F200E239a1737
Octal16124621740016432322767
Binary11100011010011010001111100000011101000111001101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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