Shades of Acapulco #80AA98
Tints of Acapulco #80AA98
RGB
CMYK
RGB Variations
Color information
#80AA98 (or 0x80AA98) is known color: Acapulco. HEX triplet: 80, AA and 98. RGB value is (128,170,152). Sum of RGB (Red+Green+Blue) = 128+170+152=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AA98 is #7F5567. Grayscale: #9B9B9B. Windows color (decimal): -8344936 or 10005120. OLE color: 10005120.
HSL color Cylindrical-coordinate representation of color #80AA98: hue angle of 154.29º 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 #80AA98 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 152 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.33 |
| HSL | 154.29º | 0.2% | 0.58% | - |
| HSV(B) | 154.29º | 0.25% | 0.67% | - |
| XYZ | 28.94 | 35.61 | 35.05 | - |
| YUV | 155.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 152 | 0.25 | 0 | 0.11 | 0.33 | 154.29 | 0.2 | 0.58 |
| Hex | 80 | AA | 98 | 19 | 0 | B | 21 | 9A | 14 | 3A |
| Octal | 200 | 252 | 230 | 31 | 0 | 13 | 41 | 232 | 24 | 72 |
| Binary | 10000000 | 10101010 | 10011000 | 11001 | 0 | 1011 | 100001 | 10011010 | 10100 | 111010 |
Color Harmonies of #80AA98
Complementary color
Monochromatic Colors of #80AA98
Black with #80AA98
Text Example
Text Example
White with #80AA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA98; }
p { color: rgb(128,170,152); }
H1.HeaderClassName
{
color: #80AA98;
}
.AnyTagClassName
{
color: #80AA98;
}
</style>
background-color css
<style>
a { background-color: #80AA98; }
a { background-color: rgb(128,170,152); }
div.DivClassName
{
background-color: #80AA98;
}
.BgClassName
{
background-color: #80AA98;
}
</style>
border-color css
<style>
span { border-color: #80AA98; }
span { border-color: rgb(128,170,152); }
td.TdClassName
{
border-color: #80AA98;
}
.TagClassName
{
border-color: #80AA98;
}
</style>