Shades of Acapulco #80A498
Tints of Acapulco #80A498
RGB
CMYK
RGB Variations
Color information
#80A498 (or 0x80A498) is known color: Acapulco. HEX triplet: 80, A4 and 98. RGB value is (128,164,152). Sum of RGB (Red+Green+Blue) = 128+164+152=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 164 - color contains mainly: green. Hex color #80A498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A498 is #7F5B67. Grayscale: #979797. Windows color (decimal): -8346472 or 10003584. OLE color: 10003584.
HSL color Cylindrical-coordinate representation of color #80A498: hue angle of 160º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80A498 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 164 | 152 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.36 |
| HSL | 160º | 0.17% | 0.57% | - |
| HSV(B) | 160º | 0.22% | 0.64% | - |
| XYZ | 27.85 | 33.41 | 34.69 | - |
| YUV | 151.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 164 | 152 | 0.22 | 0 | 0.07 | 0.36 | 160 | 0.17 | 0.57 |
| Hex | 80 | A4 | 98 | 16 | 0 | 7 | 24 | A0 | 11 | 39 |
| Octal | 200 | 244 | 230 | 26 | 0 | 7 | 44 | 240 | 21 | 71 |
| Binary | 10000000 | 10100100 | 10011000 | 10110 | 0 | 111 | 100100 | 10100000 | 10001 | 111001 |
Color Harmonies of #80A498
Complementary color
Monochromatic Colors of #80A498
Black with #80A498
Text Example
Text Example
White with #80A498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A498; }
p { color: rgb(128,164,152); }
H1.HeaderClassName
{
color: #80A498;
}
.AnyTagClassName
{
color: #80A498;
}
</style>
background-color css
<style>
a { background-color: #80A498; }
a { background-color: rgb(128,164,152); }
div.DivClassName
{
background-color: #80A498;
}
.BgClassName
{
background-color: #80A498;
}
</style>
border-color css
<style>
span { border-color: #80A498; }
span { border-color: rgb(128,164,152); }
td.TdClassName
{
border-color: #80A498;
}
.TagClassName
{
border-color: #80A498;
}
</style>