#71AB9A

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

Shades of Acapulco #71AB9A

Tints of Acapulco #71AB9A

Color information

#71AB9A (or 0x71AB9A) is unknown color: approx Acapulco. HEX triplet: 71, AB and 9A. RGB value is (113,171,154). Sum of RGB (Red+Green+Blue) = 113+171+154=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AB9A is #8E5465. Grayscale: #979797. Windows color (decimal): -9327718 or 10136433. OLE color: 10136433.

HSL color Cylindrical-coordinate representation of color #71AB9A: hue angle of 162.41º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71AB9A is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB113171154-
CMYK0.3400.100.33
HSL162.41º25.66%55.69%-
HSV(B)162.41º33.92%67.06%-
XYZ27.2134.9735.89-
YUV151.72129.28100.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.80%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=25.80%
G=39.04%
B=35.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131711540.3400.100.33162.4125.6655.69
Hex71AB9A220A21a21a38
Octal16125323242012412423270
Binary11100011010101110011010100010010101000011010001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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