Shades of Acapulco #80AA9A
Tints of Acapulco #80AA9A
RGB
CMYK
RGB Variations
Color information
#80AA9A (or 0x80AA9A) is known color: Acapulco. HEX triplet: 80, AA and 9A. RGB value is (128,170,154). Sum of RGB (Red+Green+Blue) = 128+170+154=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AA9A is #7F5565. Grayscale: #9B9B9B. Windows color (decimal): -8344934 or 10136192. OLE color: 10136192.
HSL color Cylindrical-coordinate representation of color #80AA9A: hue angle of 157.14º 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 #80AA9A is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 154 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.33 |
| HSL | 157.14º | 0.2% | 0.58% | - |
| HSV(B) | 157.14º | 0.25% | 0.67% | - |
| XYZ | 29.11 | 35.67 | 35.92 | - |
| YUV | 155.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 154 | 0.25 | 0 | 0.09 | 0.33 | 157.14 | 0.2 | 0.58 |
| Hex | 80 | AA | 9A | 19 | 0 | 9 | 21 | 9D | 14 | 3A |
| Octal | 200 | 252 | 232 | 31 | 0 | 11 | 41 | 235 | 24 | 72 |
| Binary | 10000000 | 10101010 | 10011010 | 11001 | 0 | 1001 | 100001 | 10011101 | 10100 | 111010 |
Color Harmonies of #80AA9A
Complementary color
Monochromatic Colors of #80AA9A
Black with #80AA9A
Text Example
Text Example
White with #80AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA9A; }
p { color: rgb(128,170,154); }
H1.HeaderClassName
{
color: #80AA9A;
}
.AnyTagClassName
{
color: #80AA9A;
}
</style>
background-color css
<style>
a { background-color: #80AA9A; }
a { background-color: rgb(128,170,154); }
div.DivClassName
{
background-color: #80AA9A;
}
.BgClassName
{
background-color: #80AA9A;
}
</style>
border-color css
<style>
span { border-color: #80AA9A; }
span { border-color: rgb(128,170,154); }
td.TdClassName
{
border-color: #80AA9A;
}
.TagClassName
{
border-color: #80AA9A;
}
</style>