#79A995

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

Shades of Acapulco #79A995

Tints of Acapulco #79A995

Color information

#79A995 (or 0x79A995) is unknown color: approx Acapulco. HEX triplet: 79, A9 and 95. RGB value is (121,169,149). Sum of RGB (Red+Green+Blue) = 121+169+149=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 169 - color contains mainly: green. Hex color #79A995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A995 is #86566A. Grayscale: #989898. Windows color (decimal): -8803947 or 9808249. OLE color: 9808249.

HSL color Cylindrical-coordinate representation of color #79A995: hue angle of 155º 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 #79A995 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB121169149-
CMYK0.2800.120.34
HSL155º21.82%56.86%-
HSV(B)155º28.4%66.27%-
XYZ27.534.6133.67-
YUV152.37126.1105.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.56%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=27.56%
G=38.50%
B=33.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1211691490.2800.120.3415521.8256.86
Hex79A9951C0C229b1639
Octal17125122534014422332671
Binary1111001101010011001010111100011001000101001101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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