#71A69A

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

Shades of Acapulco #71A69A

Tints of Acapulco #71A69A

Color information

#71A69A (or 0x71A69A) is unknown color: approx Acapulco. HEX triplet: 71, A6 and 9A. RGB value is (113,166,154). Sum of RGB (Red+Green+Blue) = 113+166+154=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #71A69A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A69A is #8E5965. Grayscale: #949494. Windows color (decimal): -9328998 or 10135153. OLE color: 10135153.

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

Color convert

RGB113166154-
CMYK0.3200.070.35
HSL166.42º22.94%54.71%-
HSV(B)166.42º31.93%65.1%-
XYZ26.2833.1235.58-
YUV148.78130.94102.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.10%
GREEN value IS 166 (65.23% from 255) = 38.34%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=26.10%
G=38.34%
B=35.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1131661540.3200.070.35166.4222.9454.71
Hex71A69A200723a61737
Octal1612462324007432462767
Binary1110001101001101001101010000001111000111010011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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