Shades of Acapulco #80A795
Tints of Acapulco #80A795
RGB
CMYK
RGB Variations
Color information
#80A795 (or 0x80A795) is known color: Acapulco. HEX triplet: 80, A7 and 95. RGB value is (128,167,149). Sum of RGB (Red+Green+Blue) = 128+167+149=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 167 - color contains mainly: green. Hex color #80A795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A795 is #7F586A. Grayscale: #999999. Windows color (decimal): -8345707 or 9807744. OLE color: 9807744.
HSL color Cylindrical-coordinate representation of color #80A795: hue angle of 152.31º 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 #80A795 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 167 | 149 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.35 |
| HSL | 152.31º | 0.18% | 0.58% | - |
| HSV(B) | 152.31º | 0.23% | 0.65% | - |
| XYZ | 28.15 | 34.4 | 33.59 | - |
| YUV | 153.29 | 125.58 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 167 | 149 | 0.23 | 0 | 0.11 | 0.35 | 152.31 | 0.18 | 0.58 |
| Hex | 80 | A7 | 95 | 17 | 0 | B | 23 | 98 | 12 | 3A |
| Octal | 200 | 247 | 225 | 27 | 0 | 13 | 43 | 230 | 22 | 72 |
| Binary | 10000000 | 10100111 | 10010101 | 10111 | 0 | 1011 | 100011 | 10011000 | 10010 | 111010 |
Color Harmonies of #80A795
Complementary color
Monochromatic Colors of #80A795
Black with #80A795
Text Example
Text Example
White with #80A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A795; }
p { color: rgb(128,167,149); }
H1.HeaderClassName
{
color: #80A795;
}
.AnyTagClassName
{
color: #80A795;
}
</style>
background-color css
<style>
a { background-color: #80A795; }
a { background-color: rgb(128,167,149); }
div.DivClassName
{
background-color: #80A795;
}
.BgClassName
{
background-color: #80A795;
}
</style>
border-color css
<style>
span { border-color: #80A795; }
span { border-color: rgb(128,167,149); }
td.TdClassName
{
border-color: #80A795;
}
.TagClassName
{
border-color: #80A795;
}
</style>