#71AA8F

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

Shades of Acapulco #71AA8F

Tints of Acapulco #71AA8F

Color information

#71AA8F (or 0x71AA8F) is unknown color: approx Acapulco. HEX triplet: 71, AA and 8F. RGB value is (113,170,143). Sum of RGB (Red+Green+Blue) = 113+170+143=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AA8F is #8E5570. Grayscale: #959595. Windows color (decimal): -9327985 or 9415281. OLE color: 9415281.

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

Color convert

RGB113170143-
CMYK0.3400.160.33
HSL151.58º25.11%55.49%-
HSV(B)151.58º33.53%66.67%-
XYZ26.1434.2431.22-
YUV149.88124.12101.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.53%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 143 (56.25% from 255) = 33.57%
R=26.53%
G=39.91%
B=33.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131701430.3400.160.33151.5825.1155.49
Hex71AA8F2201021981937
Octal16125221742020412303167
Binary111000110101010100011111000100100001000011001100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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