Shades of Acapulco #80AB99
Tints of Acapulco #80AB99
RGB
CMYK
RGB Variations
Color information
#80AB99 (or 0x80AB99) is known color: Acapulco. HEX triplet: 80, AB and 99. RGB value is (128,171,153). Sum of RGB (Red+Green+Blue) = 128+171+153=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AB99 is #7F5466. Grayscale: #9C9C9C. Windows color (decimal): -8344679 or 10070912. OLE color: 10070912.
HSL color Cylindrical-coordinate representation of color #80AB99: hue angle of 154.88º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80AB99 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 153 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.33 |
| HSL | 154.88º | 0.2% | 0.59% | - |
| HSV(B) | 154.88º | 0.25% | 0.67% | - |
| XYZ | 29.21 | 36.01 | 35.55 | - |
| YUV | 156.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 153 | 0.25 | 0 | 0.11 | 0.33 | 154.88 | 0.2 | 0.59 |
| Hex | 80 | AB | 99 | 19 | 0 | B | 21 | 9B | 14 | 3B |
| Octal | 200 | 253 | 231 | 31 | 0 | 13 | 41 | 233 | 24 | 73 |
| Binary | 10000000 | 10101011 | 10011001 | 11001 | 0 | 1011 | 100001 | 10011011 | 10100 | 111011 |
Color Harmonies of #80AB99
Complementary color
Monochromatic Colors of #80AB99
Black with #80AB99
Text Example
Text Example
White with #80AB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB99; }
p { color: rgb(128,171,153); }
H1.HeaderClassName
{
color: #80AB99;
}
.AnyTagClassName
{
color: #80AB99;
}
</style>
background-color css
<style>
a { background-color: #80AB99; }
a { background-color: rgb(128,171,153); }
div.DivClassName
{
background-color: #80AB99;
}
.BgClassName
{
background-color: #80AB99;
}
</style>
border-color css
<style>
span { border-color: #80AB99; }
span { border-color: rgb(128,171,153); }
td.TdClassName
{
border-color: #80AB99;
}
.TagClassName
{
border-color: #80AB99;
}
</style>