#79B6A0

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

Shades of Acapulco #79B6A0

Tints of Acapulco #79B6A0

Color information

#79B6A0 (or 0x79B6A0) is unknown color: approx Acapulco. HEX triplet: 79, B6 and A0. RGB value is (121,182,160). Sum of RGB (Red+Green+Blue) = 121+182+160=463 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.13% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 182 - color contains mainly: green. Hex color #79B6A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B6A0 is #86495F. Grayscale: #A1A1A1. Windows color (decimal): -8800608 or 10532473. OLE color: 10532473.

HSL color Cylindrical-coordinate representation of color #79B6A0: hue angle of 158.36º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #79B6A0 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB121182160-
CMYK0.3400.120.29
HSL158.36º29.47%59.41%-
HSV(B)158.36º33.52%71.37%-
XYZ30.9640.0639.36-
YUV161.25127.2999.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.13%
GREEN value IS 182 (71.48% from 255) = 39.31%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=26.13%
G=39.31%
B=34.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211821600.3400.120.29158.3629.4759.41
Hex79B6A0220C1D9e1d3b
Octal17126624042014352363573
Binary1111001101101101010000010001001100111011001111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79B6A0; }

 p { color: rgb(121,182,160); }

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

<style>
 a { background-color: #79B6A0; }

 a { background-color: rgb(121,182,160); }

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

<style>
 span { border-color: #79B6A0; }

 span { border-color: rgb(121,182,160); }

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