#79B29E

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

Shades of Acapulco #79B29E

Tints of Acapulco #79B29E

Color information

#79B29E (or 0x79B29E) is unknown color: approx Acapulco. HEX triplet: 79, B2 and 9E. RGB value is (121,178,158). Sum of RGB (Red+Green+Blue) = 121+178+158=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 178 - color contains mainly: green. Hex color #79B29E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B29E is #864D61. Grayscale: #9E9E9E. Windows color (decimal): -8801634 or 10400377. OLE color: 10400377.

HSL color Cylindrical-coordinate representation of color #79B29E: hue angle of 158.95º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79B29E is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB121178158-
CMYK0.3200.110.30
HSL158.95º27.01%58.63%-
HSV(B)158.95º32.02%69.8%-
XYZ29.9838.3738.17-
YUV158.68127.62101.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.48%
GREEN value IS 178 (69.92% from 255) = 38.95%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=26.48%
G=38.95%
B=34.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1211781580.3200.110.30158.9527.0158.63
Hex79B29E200B1E9f1b3b
Octal17126223640013362373373
Binary1111001101100101001111010000001011111101001111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,178,158); }

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

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

 a { background-color: rgb(121,178,158); }

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

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

 span { border-color: rgb(121,178,158); }

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