Shades of Acapulco #79A08A
Tints of Acapulco #79A08A
RGB
CMYK
RGB Variations
Color information
#79A08A (or 0x79A08A) is known color: Acapulco. HEX triplet: 79, A0 and 8A. RGB value is (121,160,138). Sum of RGB (Red+Green+Blue) = 121+160+138=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 160 - color contains mainly: green. Hex color #79A08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A08A is #865F75. Grayscale: #919191. Windows color (decimal): -8806262 or 9085049. OLE color: 9085049.
HSL color Cylindrical-coordinate representation of color #79A08A: hue angle of 146.15º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79A08A is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 160 | 138 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.37 |
| HSL | 146.15º | 0.17% | 0.55% | - |
| HSV(B) | 146.15º | 0.24% | 0.63% | - |
| XYZ | 25.04 | 31.04 | 28.72 | - |
| YUV | 145.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 160 | 138 | 0.24 | 0 | 0.14 | 0.37 | 146.15 | 0.17 | 0.55 |
| Hex | 79 | A0 | 8A | 18 | 0 | E | 25 | 92 | 11 | 37 |
| Octal | 171 | 240 | 212 | 30 | 0 | 16 | 45 | 222 | 21 | 67 |
| Binary | 1111001 | 10100000 | 10001010 | 11000 | 0 | 1110 | 100101 | 10010010 | 10001 | 110111 |
Color Harmonies of #79A08A
Complementary color
Monochromatic Colors of #79A08A
Black with #79A08A
Text Example
Text Example
White with #79A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A08A; }
p { color: rgb(121,160,138); }
H1.HeaderClassName
{
color: #79A08A;
}
.AnyTagClassName
{
color: #79A08A;
}
</style>
background-color css
<style>
a { background-color: #79A08A; }
a { background-color: rgb(121,160,138); }
div.DivClassName
{
background-color: #79A08A;
}
.BgClassName
{
background-color: #79A08A;
}
</style>
border-color css
<style>
span { border-color: #79A08A; }
span { border-color: rgb(121,160,138); }
td.TdClassName
{
border-color: #79A08A;
}
.TagClassName
{
border-color: #79A08A;
}
</style>