Shades of Acapulco #80A697
Tints of Acapulco #80A697
RGB
CMYK
RGB Variations
Color information
#80A697 (or 0x80A697) is known color: Acapulco. HEX triplet: 80, A6 and 97. RGB value is (128,166,151). Sum of RGB (Red+Green+Blue) = 128+166+151=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 166 - color contains mainly: green. Hex color #80A697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A697 is #7F5968. Grayscale: #989898. Windows color (decimal): -8345961 or 9938560. OLE color: 9938560.
HSL color Cylindrical-coordinate representation of color #80A697: hue angle of 156.32º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80A697 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 166 | 151 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.35 |
| HSL | 156.32º | 0.18% | 0.58% | - |
| HSV(B) | 156.32º | 0.23% | 0.65% | - |
| XYZ | 28.12 | 34.1 | 34.38 | - |
| YUV | 152.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 151 | 0.23 | 0 | 0.09 | 0.35 | 156.32 | 0.18 | 0.58 |
| Hex | 80 | A6 | 97 | 17 | 0 | 9 | 23 | 9C | 12 | 3A |
| Octal | 200 | 246 | 227 | 27 | 0 | 11 | 43 | 234 | 22 | 72 |
| Binary | 10000000 | 10100110 | 10010111 | 10111 | 0 | 1001 | 100011 | 10011100 | 10010 | 111010 |
Color Harmonies of #80A697
Complementary color
Monochromatic Colors of #80A697
Black with #80A697
Text Example
Text Example
White with #80A697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A697; }
p { color: rgb(128,166,151); }
H1.HeaderClassName
{
color: #80A697;
}
.AnyTagClassName
{
color: #80A697;
}
</style>
background-color css
<style>
a { background-color: #80A697; }
a { background-color: rgb(128,166,151); }
div.DivClassName
{
background-color: #80A697;
}
.BgClassName
{
background-color: #80A697;
}
</style>
border-color css
<style>
span { border-color: #80A697; }
span { border-color: rgb(128,166,151); }
td.TdClassName
{
border-color: #80A697;
}
.TagClassName
{
border-color: #80A697;
}
</style>