Shades of Acapulco #79A895
Tints of Acapulco #79A895
RGB
CMYK
RGB Variations
Color information
#79A895 (or 0x79A895) is known color: Acapulco. HEX triplet: 79, A8 and 95. RGB value is (121,168,149). Sum of RGB (Red+Green+Blue) = 121+168+149=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 168 - color contains mainly: green. Hex color #79A895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A895 is #86576A. Grayscale: #979797. Windows color (decimal): -8804203 or 9807993. OLE color: 9807993.
HSL color Cylindrical-coordinate representation of color #79A895: hue angle of 155.74º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #79A895 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 121 | 168 | 149 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.34 |
| HSL | 155.74º | 0.21% | 0.57% | - |
| HSV(B) | 155.74º | 0.28% | 0.66% | - |
| XYZ | 27.31 | 34.24 | 33.6 | - |
| YUV | 151.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 168 | 149 | 0.28 | 0 | 0.11 | 0.34 | 155.74 | 0.21 | 0.57 |
| Hex | 79 | A8 | 95 | 1C | 0 | B | 22 | 9C | 15 | 39 |
| Octal | 171 | 250 | 225 | 34 | 0 | 13 | 42 | 234 | 25 | 71 |
| Binary | 1111001 | 10101000 | 10010101 | 11100 | 0 | 1011 | 100010 | 10011100 | 10101 | 111001 |
Color Harmonies of #79A895
Complementary color
Monochromatic Colors of #79A895
Black with #79A895
Text Example
Text Example
White with #79A895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A895; }
p { color: rgb(121,168,149); }
H1.HeaderClassName
{
color: #79A895;
}
.AnyTagClassName
{
color: #79A895;
}
</style>
background-color css
<style>
a { background-color: #79A895; }
a { background-color: rgb(121,168,149); }
div.DivClassName
{
background-color: #79A895;
}
.BgClassName
{
background-color: #79A895;
}
</style>
border-color css
<style>
span { border-color: #79A895; }
span { border-color: rgb(121,168,149); }
td.TdClassName
{
border-color: #79A895;
}
.TagClassName
{
border-color: #79A895;
}
</style>