#71B79A

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

Shades of Acapulco #71B79A

Tints of Acapulco #71B79A

Color information

#71B79A (or 0x71B79A) is unknown color: approx Acapulco. HEX triplet: 71, B7 and 9A. RGB value is (113,183,154). Sum of RGB (Red+Green+Blue) = 113+183+154=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #71B79A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B79A is #8E4865. Grayscale: #9E9E9E. Windows color (decimal): -9324646 or 10139505. OLE color: 10139505.

HSL color Cylindrical-coordinate representation of color #71B79A: hue angle of 155.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B79A is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB113183154-
CMYK0.3800.160.28
HSL155.14º32.71%58.04%-
HSV(B)155.14º38.25%71.76%-
XYZ29.5839.7136.68-
YUV158.76125.3195.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.11%
GREEN value IS 183 (71.88% from 255) = 40.67%
BLUE value IS 154 (60.55% from 255) = 34.22%
R=25.11%
G=40.67%
B=34.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131831540.3800.160.28155.1432.7158.04
Hex71B79A260101C9b213a
Octal16126723246020342334172
Binary111000110110111100110101001100100001110010011011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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