Shades of Acapulco #80A093
Tints of Acapulco #80A093
RGB
CMYK
RGB Variations
Color information
#80A093 (or 0x80A093) is known color: Acapulco. HEX triplet: 80, A0 and 93. RGB value is (128,160,147). Sum of RGB (Red+Green+Blue) = 128+160+147=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 160 - color contains mainly: green. Hex color #80A093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A093 is #7F5F6C. Grayscale: #949494. Windows color (decimal): -8347501 or 9674880. OLE color: 9674880.
HSL color Cylindrical-coordinate representation of color #80A093: hue angle of 155.62º 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 #80A093 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 147 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.37 |
| HSL | 155.63º | 0.14% | 0.56% | - |
| HSV(B) | 155.63º | 0.2% | 0.63% | - |
| XYZ | 26.74 | 31.84 | 32.34 | - |
| YUV | 148.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 147 | 0.20 | 0 | 0.08 | 0.37 | 155.63 | 0.14 | 0.56 |
| Hex | 80 | A0 | 93 | 14 | 0 | 8 | 25 | 9C | E | 38 |
| Octal | 200 | 240 | 223 | 24 | 0 | 10 | 45 | 234 | 16 | 70 |
| Binary | 10000000 | 10100000 | 10010011 | 10100 | 0 | 1000 | 100101 | 10011100 | 1110 | 111000 |
Color Harmonies of #80A093
Complementary color
Monochromatic Colors of #80A093
Black with #80A093
Text Example
Text Example
White with #80A093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A093; }
p { color: rgb(128,160,147); }
H1.HeaderClassName
{
color: #80A093;
}
.AnyTagClassName
{
color: #80A093;
}
</style>
background-color css
<style>
a { background-color: #80A093; }
a { background-color: rgb(128,160,147); }
div.DivClassName
{
background-color: #80A093;
}
.BgClassName
{
background-color: #80A093;
}
</style>
border-color css
<style>
span { border-color: #80A093; }
span { border-color: rgb(128,160,147); }
td.TdClassName
{
border-color: #80A093;
}
.TagClassName
{
border-color: #80A093;
}
</style>