Shades of Acapulco #80A997
Tints of Acapulco #80A997
RGB
CMYK
RGB Variations
Color information
#80A997 (or 0x80A997) is known color: Acapulco. HEX triplet: 80, A9 and 97. RGB value is (128,169,151). Sum of RGB (Red+Green+Blue) = 128+169+151=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 169 - color contains mainly: green. Hex color #80A997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A997 is #7F5668. Grayscale: #9A9A9A. Windows color (decimal): -8345193 or 9939328. OLE color: 9939328.
HSL color Cylindrical-coordinate representation of color #80A997: hue angle of 153.66º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80A997 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 169 | 151 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.34 |
| HSL | 153.66º | 0.19% | 0.58% | - |
| HSV(B) | 153.66º | 0.24% | 0.66% | - |
| XYZ | 28.68 | 35.2 | 34.56 | - |
| YUV | 154.69 | 125.92 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 151 | 0.24 | 0 | 0.11 | 0.34 | 153.66 | 0.19 | 0.58 |
| Hex | 80 | A9 | 97 | 18 | 0 | B | 22 | 9A | 13 | 3A |
| Octal | 200 | 251 | 227 | 30 | 0 | 13 | 42 | 232 | 23 | 72 |
| Binary | 10000000 | 10101001 | 10010111 | 11000 | 0 | 1011 | 100010 | 10011010 | 10011 | 111010 |
Color Harmonies of #80A997
Complementary color
Monochromatic Colors of #80A997
Black with #80A997
Text Example
Text Example
White with #80A997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A997; }
p { color: rgb(128,169,151); }
H1.HeaderClassName
{
color: #80A997;
}
.AnyTagClassName
{
color: #80A997;
}
</style>
background-color css
<style>
a { background-color: #80A997; }
a { background-color: rgb(128,169,151); }
div.DivClassName
{
background-color: #80A997;
}
.BgClassName
{
background-color: #80A997;
}
</style>
border-color css
<style>
span { border-color: #80A997; }
span { border-color: rgb(128,169,151); }
td.TdClassName
{
border-color: #80A997;
}
.TagClassName
{
border-color: #80A997;
}
</style>