#79AC94

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

Shades of Acapulco #79AC94

Tints of Acapulco #79AC94

Color information

#79AC94 (or 0x79AC94) is unknown color: approx Acapulco. HEX triplet: 79, AC and 94. RGB value is (121,172,148). Sum of RGB (Red+Green+Blue) = 121+172+148=441 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.44% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #79AC94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AC94 is #86536B. Grayscale: #9A9A9A. Windows color (decimal): -8803180 or 9743481. OLE color: 9743481.

HSL color Cylindrical-coordinate representation of color #79AC94: hue angle of 151.76º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79AC94 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB121172148-
CMYK0.3000.140.33
HSL151.76º23.5%57.45%-
HSV(B)151.76º29.65%67.45%-
XYZ27.9835.7133.43-
YUV154.01124.6104.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.44%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=27.44%
G=39.00%
B=33.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211721480.3000.140.33151.7623.557.45
Hex79AC941E0E21981839
Octal17125422436016412303071
Binary1111001101011001001010011110011101000011001100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,172,148); }

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

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

 a { background-color: rgb(121,172,148); }

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

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

 span { border-color: rgb(121,172,148); }

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