#79A99A

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

Shades of Acapulco #79A99A

Tints of Acapulco #79A99A

Color information

#79A99A (or 0x79A99A) is unknown color: approx Acapulco. HEX triplet: 79, A9 and 9A. RGB value is (121,169,154). Sum of RGB (Red+Green+Blue) = 121+169+154=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 169 - color contains mainly: green. Hex color #79A99A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A99A is #865665. Grayscale: #989898. Windows color (decimal): -8803942 or 10135929. OLE color: 10135929.

HSL color Cylindrical-coordinate representation of color #79A99A: hue angle of 161.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #79A99A is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB121169154-
CMYK0.2800.090.34
HSL161.25º21.82%56.86%-
HSV(B)161.25º28.4%66.27%-
XYZ27.9134.7735.81-
YUV152.94128.6105.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.25%
GREEN value IS 169 (66.41% from 255) = 38.06%
BLUE value IS 154 (60.55% from 255) = 34.68%
R=27.25%
G=38.06%
B=34.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1211691540.2800.090.34161.2521.8256.86
Hex79A99A1C0922a11639
Octal17125123234011422412671
Binary1111001101010011001101011100010011000101010000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,169,154); }

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

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

 a { background-color: rgb(121,169,154); }

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

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

 span { border-color: rgb(121,169,154); }

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