#79A08F

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

Shades of Acapulco #79A08F

Tints of Acapulco #79A08F

Color information

#79A08F (or 0x79A08F) is unknown color: approx Acapulco. HEX triplet: 79, A0 and 8F. RGB value is (121,160,143). Sum of RGB (Red+Green+Blue) = 121+160+143=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 160 - color contains mainly: green. Hex color #79A08F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A08F is #865F70. Grayscale: #929292. Windows color (decimal): -8806257 or 9412729. OLE color: 9412729.

HSL color Cylindrical-coordinate representation of color #79A08F: hue angle of 153.85º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79A08F is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB121160143-
CMYK0.2400.110.37
HSL153.85º17.03%55.1%-
HSV(B)153.85º24.38%62.75%-
XYZ25.4131.1930.67-
YUV146.4126.08109.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.54%
GREEN value IS 160 (62.89% from 255) = 37.74%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=28.54%
G=37.74%
B=33.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1211601430.2400.110.37153.8517.0355.1
Hex79A08F180B259a1137
Octal17124021730013452322167
Binary1111001101000001000111111000010111001011001101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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