Shades of Acapulco #79B098
Tints of Acapulco #79B098
RGB
CMYK
RGB Variations
Color information
#79B098 (or 0x79B098) is known color: Acapulco. HEX triplet: 79, B0 and 98. RGB value is (121,176,152). Sum of RGB (Red+Green+Blue) = 121+176+152=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 152 (59.77% from 255 or 33.85% from 449); Max value from RGB is 176 - color contains mainly: green. Hex color #79B098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B098 is #864F67. Grayscale: #9C9C9C. Windows color (decimal): -8802152 or 10006649. OLE color: 10006649.
HSL color Cylindrical-coordinate representation of color #79B098: hue angle of 153.82º 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 #79B098 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 121 | 176 | 152 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.31 |
| HSL | 153.82º | 0.26% | 0.58% | - |
| HSV(B) | 153.82º | 0.31% | 0.69% | - |
| XYZ | 29.08 | 37.38 | 35.39 | - |
| YUV | 156.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 176 | 152 | 0.31 | 0 | 0.14 | 0.31 | 153.82 | 0.26 | 0.58 |
| Hex | 79 | B0 | 98 | 1F | 0 | E | 1F | 9A | 1A | 3A |
| Octal | 171 | 260 | 230 | 37 | 0 | 16 | 37 | 232 | 32 | 72 |
| Binary | 1111001 | 10110000 | 10011000 | 11111 | 0 | 1110 | 11111 | 10011010 | 11010 | 111010 |
Color Harmonies of #79B098
Complementary color
Monochromatic Colors of #79B098
Black with #79B098
Text Example
Text Example
White with #79B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B098; }
p { color: rgb(121,176,152); }
H1.HeaderClassName
{
color: #79B098;
}
.AnyTagClassName
{
color: #79B098;
}
</style>
background-color css
<style>
a { background-color: #79B098; }
a { background-color: rgb(121,176,152); }
div.DivClassName
{
background-color: #79B098;
}
.BgClassName
{
background-color: #79B098;
}
</style>
border-color css
<style>
span { border-color: #79B098; }
span { border-color: rgb(121,176,152); }
td.TdClassName
{
border-color: #79B098;
}
.TagClassName
{
border-color: #79B098;
}
</style>