Shades of Acapulco #79AA9B
Tints of Acapulco #79AA9B
RGB
CMYK
RGB Variations
Color information
#79AA9B (or 0x79AA9B) is known color: Acapulco. HEX triplet: 79, AA and 9B. RGB value is (121,170,155). Sum of RGB (Red+Green+Blue) = 121+170+155=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AA9B is #865564. Grayscale: #999999. Windows color (decimal): -8803685 or 10201721. OLE color: 10201721.
HSL color Cylindrical-coordinate representation of color #79AA9B: hue angle of 161.63º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79AA9B is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 170 | 155 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.33 |
| HSL | 161.63º | 0.22% | 0.57% | - |
| HSV(B) | 161.63º | 0.29% | 0.67% | - |
| XYZ | 28.18 | 35.18 | 36.32 | - |
| YUV | 153.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 170 | 155 | 0.29 | 0 | 0.09 | 0.33 | 161.63 | 0.22 | 0.57 |
| Hex | 79 | AA | 9B | 1D | 0 | 9 | 21 | A2 | 16 | 39 |
| Octal | 171 | 252 | 233 | 35 | 0 | 11 | 41 | 242 | 26 | 71 |
| Binary | 1111001 | 10101010 | 10011011 | 11101 | 0 | 1001 | 100001 | 10100010 | 10110 | 111001 |
Color Harmonies of #79AA9B
Complementary color
Monochromatic Colors of #79AA9B
Black with #79AA9B
Text Example
Text Example
White with #79AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79AA9B; }
p { color: rgb(121,170,155); }
H1.HeaderClassName
{
color: #79AA9B;
}
.AnyTagClassName
{
color: #79AA9B;
}
</style>
background-color css
<style>
a { background-color: #79AA9B; }
a { background-color: rgb(121,170,155); }
div.DivClassName
{
background-color: #79AA9B;
}
.BgClassName
{
background-color: #79AA9B;
}
</style>
border-color css
<style>
span { border-color: #79AA9B; }
span { border-color: rgb(121,170,155); }
td.TdClassName
{
border-color: #79AA9B;
}
.TagClassName
{
border-color: #79AA9B;
}
</style>