#71B19A

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

Shades of Acapulco #71B19A

Tints of Acapulco #71B19A

Color information

#71B19A (or 0x71B19A) is unknown color: approx Acapulco. HEX triplet: 71, B1 and 9A. RGB value is (113,177,154). Sum of RGB (Red+Green+Blue) = 113+177+154=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 177 - color contains mainly: green. Hex color #71B19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71B19A is #8E4E65. Grayscale: #9B9B9B. Windows color (decimal): -9326182 or 10137969. OLE color: 10137969.

HSL color Cylindrical-coordinate representation of color #71B19A: hue angle of 158.44º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71B19A is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB113177154-
CMYK0.3600.130.31
HSL158.44º29.09%56.86%-
HSV(B)158.44º36.16%69.41%-
XYZ28.3637.2936.27-
YUV155.24127.397.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.45%
GREEN value IS 177 (69.53% from 255) = 39.86%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=25.45%
G=39.86%
B=34.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131771540.3600.130.31158.4429.0956.86
Hex71B19A240D1F9e1d39
Octal16126123244015372363571
Binary1110001101100011001101010010001101111111001111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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