#79AA9A

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

Shades of Acapulco #79AA9A

Tints of Acapulco #79AA9A

Color information

#79AA9A (or 0x79AA9A) is unknown color: approx Acapulco. HEX triplet: 79, AA and 9A. RGB value is (121,170,154). Sum of RGB (Red+Green+Blue) = 121+170+154=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AA9A is #865565. Grayscale: #999999. Windows color (decimal): -8803686 or 10136185. OLE color: 10136185.

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

Color convert

RGB121170154-
CMYK0.2900.090.33
HSL160.41º22.37%57.06%-
HSV(B)160.41º28.82%66.67%-
XYZ28.0935.1535.88-
YUV153.52128.27104.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.19%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=27.19%
G=38.20%
B=34.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211701540.2900.090.33160.4122.3757.06
Hex79AA9A1D0921a01639
Octal17125223235011412402671
Binary1111001101010101001101011101010011000011010000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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