Shades of Acapulco #80A094
Tints of Acapulco #80A094
RGB
CMYK
RGB Variations
Color information
#80A094 (or 0x80A094) is known color: Acapulco. HEX triplet: 80, A0 and 94. RGB value is (128,160,148). Sum of RGB (Red+Green+Blue) = 128+160+148=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 160 - color contains mainly: green. Hex color #80A094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A094 is #7F5F6B. Grayscale: #959595. Windows color (decimal): -8347500 or 9740416. OLE color: 9740416.
HSL color Cylindrical-coordinate representation of color #80A094: hue angle of 157.5º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80A094 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 148 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.37 |
| HSL | 157.5º | 0.14% | 0.56% | - |
| HSV(B) | 157.5º | 0.2% | 0.63% | - |
| XYZ | 26.82 | 31.87 | 32.75 | - |
| YUV | 149.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 148 | 0.20 | 0 | 0.07 | 0.37 | 157.5 | 0.14 | 0.56 |
| Hex | 80 | A0 | 94 | 14 | 0 | 7 | 25 | 9E | E | 38 |
| Octal | 200 | 240 | 224 | 24 | 0 | 7 | 45 | 236 | 16 | 70 |
| Binary | 10000000 | 10100000 | 10010100 | 10100 | 0 | 111 | 100101 | 10011110 | 1110 | 111000 |
Color Harmonies of #80A094
Complementary color
Monochromatic Colors of #80A094
Black with #80A094
Text Example
Text Example
White with #80A094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A094; }
p { color: rgb(128,160,148); }
H1.HeaderClassName
{
color: #80A094;
}
.AnyTagClassName
{
color: #80A094;
}
</style>
background-color css
<style>
a { background-color: #80A094; }
a { background-color: rgb(128,160,148); }
div.DivClassName
{
background-color: #80A094;
}
.BgClassName
{
background-color: #80A094;
}
</style>
border-color css
<style>
span { border-color: #80A094; }
span { border-color: rgb(128,160,148); }
td.TdClassName
{
border-color: #80A094;
}
.TagClassName
{
border-color: #80A094;
}
</style>