#79BAA0

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

Shades of Acapulco #79BAA0

Tints of Acapulco #79BAA0

Color information

#79BAA0 (or 0x79BAA0) is unknown color: approx Acapulco. HEX triplet: 79, BA and A0. RGB value is (121,186,160). Sum of RGB (Red+Green+Blue) = 121+186+160=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #79BAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BAA0 is #86455F. Grayscale: #A3A3A3. Windows color (decimal): -8799584 or 10533497. OLE color: 10533497.

HSL color Cylindrical-coordinate representation of color #79BAA0: hue angle of 156º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79BAA0 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB121186160-
CMYK0.3500.140.27
HSL156º32.02%60.2%-
HSV(B)156º34.95%72.94%-
XYZ31.7941.7239.64-
YUV163.6125.9797.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.91%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=25.91%
G=39.83%
B=34.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211861600.3500.140.2715632.0260.2
Hex79BAA0230E1B9c203c
Octal17127224043016332344074
Binary11110011011101010100000100011011101101110011100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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