#79A28E

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

Shades of Acapulco #79A28E

Tints of Acapulco #79A28E

Color information

#79A28E (or 0x79A28E) is unknown color: approx Acapulco. HEX triplet: 79, A2 and 8E. RGB value is (121,162,142). Sum of RGB (Red+Green+Blue) = 121+162+142=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #79A28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A28E is #865D71. Grayscale: #939393. Windows color (decimal): -8805746 or 9347705. OLE color: 9347705.

HSL color Cylindrical-coordinate representation of color #79A28E: hue angle of 150.73º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79A28E is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB121162142-
CMYK0.2500.120.36
HSL150.73º18.06%55.49%-
HSV(B)150.73º25.31%63.53%-
XYZ25.6931.8630.39-
YUV147.46124.92109.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.47%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 142 (55.86% from 255) = 33.41%
R=28.47%
G=38.12%
B=33.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211621420.2500.120.36150.7318.0655.49
Hex79A28E190C24971237
Octal17124221631014442272267
Binary1111001101000101000111011001011001001001001011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,162,142); }

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

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

 a { background-color: rgb(121,162,142); }

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

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

 span { border-color: rgb(121,162,142); }

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