Shades of Acapulco #80AA99
Tints of Acapulco #80AA99
RGB
CMYK
RGB Variations
Color information
#80AA99 (or 0x80AA99) is known color: Acapulco. HEX triplet: 80, AA and 99. RGB value is (128,170,153). Sum of RGB (Red+Green+Blue) = 128+170+153=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AA99 is #7F5566. Grayscale: #9B9B9B. Windows color (decimal): -8344935 or 10070656. OLE color: 10070656.
HSL color Cylindrical-coordinate representation of color #80AA99: hue angle of 155.71º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AA99 is Cyan = 0.25, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 153 | - |
| CMYK | 0.25 | 0 | 0.1 | 0.33 |
| HSL | 155.71º | 0.2% | 0.58% | - |
| HSV(B) | 155.71º | 0.25% | 0.67% | - |
| XYZ | 29.03 | 35.64 | 35.49 | - |
| YUV | 155.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 153 | 0.25 | 0 | 0.1 | 0.33 | 155.71 | 0.2 | 0.58 |
| Hex | 80 | AA | 99 | 19 | 0 | A | 21 | 9C | 14 | 3A |
| Octal | 200 | 252 | 231 | 31 | 0 | 12 | 41 | 234 | 24 | 72 |
| Binary | 10000000 | 10101010 | 10011001 | 11001 | 0 | 1010 | 100001 | 10011100 | 10100 | 111010 |
Color Harmonies of #80AA99
Complementary color
Monochromatic Colors of #80AA99
Black with #80AA99
Text Example
Text Example
White with #80AA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA99; }
p { color: rgb(128,170,153); }
H1.HeaderClassName
{
color: #80AA99;
}
.AnyTagClassName
{
color: #80AA99;
}
</style>
background-color css
<style>
a { background-color: #80AA99; }
a { background-color: rgb(128,170,153); }
div.DivClassName
{
background-color: #80AA99;
}
.BgClassName
{
background-color: #80AA99;
}
</style>
border-color css
<style>
span { border-color: #80AA99; }
span { border-color: rgb(128,170,153); }
td.TdClassName
{
border-color: #80AA99;
}
.TagClassName
{
border-color: #80AA99;
}
</style>