Shades of Acapulco #79A28E
Tints of Acapulco #79A28E
RGB
CMYK
RGB Variations
Color information
#79A28E (or 0x79A28E) is known color: 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
| RGB | 121 | 162 | 142 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.36 |
| HSL | 150.73º | 0.18% | 0.55% | - |
| HSV(B) | 150.73º | 0.25% | 0.64% | - |
| XYZ | 25.69 | 31.86 | 30.39 | - |
| YUV | 147.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 162 | 142 | 0.25 | 0 | 0.12 | 0.36 | 150.73 | 0.18 | 0.55 |
| Hex | 79 | A2 | 8E | 19 | 0 | C | 24 | 97 | 12 | 37 |
| Octal | 171 | 242 | 216 | 31 | 0 | 14 | 44 | 227 | 22 | 67 |
| Binary | 1111001 | 10100010 | 10001110 | 11001 | 0 | 1100 | 100100 | 10010111 | 10010 | 110111 |
Color Harmonies of #79A28E
Complementary color
Monochromatic Colors of #79A28E
Black with #79A28E
Text Example
Text Example
White with #79A28E
Text Example
Text Example
HTML Codes & Css Web 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>