#79AF9B

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

Shades of Acapulco #79AF9B

Tints of Acapulco #79AF9B

Color information

#79AF9B (or 0x79AF9B) is unknown color: approx Acapulco. HEX triplet: 79, AF and 9B. RGB value is (121,175,155). Sum of RGB (Red+Green+Blue) = 121+175+155=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #79AF9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AF9B is #865064. Grayscale: #9C9C9C. Windows color (decimal): -8802405 or 10203001. OLE color: 10203001.

HSL color Cylindrical-coordinate representation of color #79AF9B: hue angle of 157.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79AF9B is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB121175155-
CMYK0.3100.110.31
HSL157.78º25.23%58.04%-
HSV(B)157.78º30.86%68.63%-
XYZ29.1337.0936.63-
YUV156.57127.11102.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.83%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=26.83%
G=38.80%
B=34.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211751550.3100.110.31157.7825.2358.04
Hex79AF9B1F0B1F9e193a
Octal17125723337013372363172
Binary111100110101111100110111111101011111111001111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,175,155); }

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

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

 a { background-color: rgb(121,175,155); }

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

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

 span { border-color: rgb(121,175,155); }

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