Shades of Acapulco #79B099
Tints of Acapulco #79B099
RGB
CMYK
RGB Variations
Color information
#79B099 (or 0x79B099) is known color: Acapulco. HEX triplet: 79, B0 and 99. RGB value is (121,176,153). Sum of RGB (Red+Green+Blue) = 121+176+153=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 176 - color contains mainly: green. Hex color #79B099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B099 is #864F66. Grayscale: #9C9C9C. Windows color (decimal): -8802151 or 10072185. OLE color: 10072185.
HSL color Cylindrical-coordinate representation of color #79B099: hue angle of 154.91º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79B099 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 176 | 153 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.31 |
| HSL | 154.91º | 0.26% | 0.58% | - |
| HSV(B) | 154.91º | 0.31% | 0.69% | - |
| XYZ | 29.16 | 37.42 | 35.82 | - |
| YUV | 156.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 176 | 153 | 0.31 | 0 | 0.13 | 0.31 | 154.91 | 0.26 | 0.58 |
| Hex | 79 | B0 | 99 | 1F | 0 | D | 1F | 9B | 1A | 3A |
| Octal | 171 | 260 | 231 | 37 | 0 | 15 | 37 | 233 | 32 | 72 |
| Binary | 1111001 | 10110000 | 10011001 | 11111 | 0 | 1101 | 11111 | 10011011 | 11010 | 111010 |
Color Harmonies of #79B099
Complementary color
Monochromatic Colors of #79B099
Black with #79B099
Text Example
Text Example
White with #79B099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B099; }
p { color: rgb(121,176,153); }
H1.HeaderClassName
{
color: #79B099;
}
.AnyTagClassName
{
color: #79B099;
}
</style>
background-color css
<style>
a { background-color: #79B099; }
a { background-color: rgb(121,176,153); }
div.DivClassName
{
background-color: #79B099;
}
.BgClassName
{
background-color: #79B099;
}
</style>
border-color css
<style>
span { border-color: #79B099; }
span { border-color: rgb(121,176,153); }
td.TdClassName
{
border-color: #79B099;
}
.TagClassName
{
border-color: #79B099;
}
</style>