Shades of Acapulco #80A698
Tints of Acapulco #80A698
RGB
CMYK
RGB Variations
Color information
#80A698 (or 0x80A698) is known color: Acapulco. HEX triplet: 80, A6 and 98. RGB value is (128,166,152). Sum of RGB (Red+Green+Blue) = 128+166+152=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 166 - color contains mainly: green. Hex color #80A698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A698 is #7F5967. Grayscale: #999999. Windows color (decimal): -8345960 or 10004096. OLE color: 10004096.
HSL color Cylindrical-coordinate representation of color #80A698: hue angle of 157.89º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80A698 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 166 | 152 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.35 |
| HSL | 157.89º | 0.18% | 0.58% | - |
| HSV(B) | 157.89º | 0.23% | 0.65% | - |
| XYZ | 28.21 | 34.13 | 34.81 | - |
| YUV | 153.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 152 | 0.23 | 0 | 0.08 | 0.35 | 157.89 | 0.18 | 0.58 |
| Hex | 80 | A6 | 98 | 17 | 0 | 8 | 23 | 9E | 12 | 3A |
| Octal | 200 | 246 | 230 | 27 | 0 | 10 | 43 | 236 | 22 | 72 |
| Binary | 10000000 | 10100110 | 10011000 | 10111 | 0 | 1000 | 100011 | 10011110 | 10010 | 111010 |
Color Harmonies of #80A698
Complementary color
Monochromatic Colors of #80A698
Black with #80A698
Text Example
Text Example
White with #80A698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A698; }
p { color: rgb(128,166,152); }
H1.HeaderClassName
{
color: #80A698;
}
.AnyTagClassName
{
color: #80A698;
}
</style>
background-color css
<style>
a { background-color: #80A698; }
a { background-color: rgb(128,166,152); }
div.DivClassName
{
background-color: #80A698;
}
.BgClassName
{
background-color: #80A698;
}
</style>
border-color css
<style>
span { border-color: #80A698; }
span { border-color: rgb(128,166,152); }
td.TdClassName
{
border-color: #80A698;
}
.TagClassName
{
border-color: #80A698;
}
</style>