Shades of Acapulco #79A48D
Tints of Acapulco #79A48D
RGB
CMYK
RGB Variations
Color information
#79A48D (or 0x79A48D) is known color: Acapulco. HEX triplet: 79, A4 and 8D. RGB value is (121,164,141). Sum of RGB (Red+Green+Blue) = 121+164+141=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #79A48D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A48D is #865B72. Grayscale: #949494. Windows color (decimal): -8805235 or 9282681. OLE color: 9282681.
HSL color Cylindrical-coordinate representation of color #79A48D: hue angle of 147.91º 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 #79A48D is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 164 | 141 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.36 |
| HSL | 147.91º | 0.19% | 0.56% | - |
| HSV(B) | 147.91º | 0.26% | 0.64% | - |
| XYZ | 25.97 | 32.54 | 30.11 | - |
| YUV | 148.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 164 | 141 | 0.26 | 0 | 0.14 | 0.36 | 147.91 | 0.19 | 0.56 |
| Hex | 79 | A4 | 8D | 1A | 0 | E | 24 | 94 | 13 | 38 |
| Octal | 171 | 244 | 215 | 32 | 0 | 16 | 44 | 224 | 23 | 70 |
| Binary | 1111001 | 10100100 | 10001101 | 11010 | 0 | 1110 | 100100 | 10010100 | 10011 | 111000 |
Color Harmonies of #79A48D
Complementary color
Monochromatic Colors of #79A48D
Black with #79A48D
Text Example
Text Example
White with #79A48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A48D; }
p { color: rgb(121,164,141); }
H1.HeaderClassName
{
color: #79A48D;
}
.AnyTagClassName
{
color: #79A48D;
}
</style>
background-color css
<style>
a { background-color: #79A48D; }
a { background-color: rgb(121,164,141); }
div.DivClassName
{
background-color: #79A48D;
}
.BgClassName
{
background-color: #79A48D;
}
</style>
border-color css
<style>
span { border-color: #79A48D; }
span { border-color: rgb(121,164,141); }
td.TdClassName
{
border-color: #79A48D;
}
.TagClassName
{
border-color: #79A48D;
}
</style>