#71A68A

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

Shades of Acapulco #71A68A

Tints of Acapulco #71A68A

Color information

#71A68A (or 0x71A68A) is unknown color: approx Acapulco. HEX triplet: 71, A6 and 8A. RGB value is (113,166,138). Sum of RGB (Red+Green+Blue) = 113+166+138=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 166 - color contains mainly: green. Hex color #71A68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A68A is #8E5975. Grayscale: #939393. Windows color (decimal): -9329014 or 9086577. OLE color: 9086577.

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

Color convert

RGB113166138-
CMYK0.3200.170.35
HSL148.3º22.94%54.71%-
HSV(B)148.3º31.93%65.1%-
XYZ25.0332.6229.02-
YUV146.96122.94103.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=27.10%
G=39.81%
B=33.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1131661380.3200.170.35148.322.9454.71
Hex71A68A2001123941737
Octal16124621240021432242767
Binary111000110100110100010101000000100011000111001010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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