#71B79F

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

Shades of Acapulco #71B79F

Tints of Acapulco #71B79F

Color information

#71B79F (or 0x71B79F) is unknown color: approx Acapulco. HEX triplet: 71, B7 and 9F. RGB value is (113,183,159). Sum of RGB (Red+Green+Blue) = 113+183+159=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #71B79F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B79F is #8E4860. Grayscale: #9F9F9F. Windows color (decimal): -9324641 or 10467185. OLE color: 10467185.

HSL color Cylindrical-coordinate representation of color #71B79F: hue angle of 159.43º 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 #71B79F is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB113183159-
CMYK0.3800.130.28
HSL159.43º32.71%58.04%-
HSV(B)159.43º38.25%71.76%-
XYZ3039.8838.92-
YUV159.33127.8194.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.84%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 159 (62.5% from 255) = 34.95%
R=24.84%
G=40.22%
B=34.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131831590.3800.130.28159.4332.7158.04
Hex71B79F260D1C9f213a
Octal16126723746015342374172
Binary11100011011011110011111100110011011110010011111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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