#79A38F

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

Shades of Acapulco #79A38F

Tints of Acapulco #79A38F

Color information

#79A38F (or 0x79A38F) is unknown color: approx Acapulco. HEX triplet: 79, A3 and 8F. RGB value is (121,163,143). Sum of RGB (Red+Green+Blue) = 121+163+143=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 163 - color contains mainly: green. Hex color #79A38F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A38F is #865C70. Grayscale: #949494. Windows color (decimal): -8805489 or 9413497. OLE color: 9413497.

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

Color convert

RGB121163143-
CMYK0.2600.120.36
HSL151.43º18.58%55.69%-
HSV(B)151.43º25.77%63.92%-
XYZ25.9432.2430.84-
YUV148.16125.09108.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.34%
GREEN value IS 163 (64.06% from 255) = 38.17%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=28.34%
G=38.17%
B=33.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1211631430.2600.120.36151.4318.5855.69
Hex79A38F1A0C24971338
Octal17124321732014442272370
Binary1111001101000111000111111010011001001001001011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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