Shades of Acapulco #80A693
Tints of Acapulco #80A693
RGB
CMYK
RGB Variations
Color information
#80A693 (or 0x80A693) is known color: Acapulco. HEX triplet: 80, A6 and 93. RGB value is (128,166,147). Sum of RGB (Red+Green+Blue) = 128+166+147=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #80A693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A693 is #7F596C. Grayscale: #989898. Windows color (decimal): -8345965 or 9676416. OLE color: 9676416.
HSL color Cylindrical-coordinate representation of color #80A693: hue angle of 150º 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 #80A693 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 166 | 147 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.35 |
| HSL | 150º | 0.18% | 0.58% | - |
| HSV(B) | 150º | 0.23% | 0.65% | - |
| XYZ | 27.8 | 33.97 | 32.69 | - |
| YUV | 152.47 | 124.91 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 147 | 0.23 | 0 | 0.11 | 0.35 | 150 | 0.18 | 0.58 |
| Hex | 80 | A6 | 93 | 17 | 0 | B | 23 | 96 | 12 | 3A |
| Octal | 200 | 246 | 223 | 27 | 0 | 13 | 43 | 226 | 22 | 72 |
| Binary | 10000000 | 10100110 | 10010011 | 10111 | 0 | 1011 | 100011 | 10010110 | 10010 | 111010 |
Color Harmonies of #80A693
Complementary color
Monochromatic Colors of #80A693
Black with #80A693
Text Example
Text Example
White with #80A693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A693; }
p { color: rgb(128,166,147); }
H1.HeaderClassName
{
color: #80A693;
}
.AnyTagClassName
{
color: #80A693;
}
</style>
background-color css
<style>
a { background-color: #80A693; }
a { background-color: rgb(128,166,147); }
div.DivClassName
{
background-color: #80A693;
}
.BgClassName
{
background-color: #80A693;
}
</style>
border-color css
<style>
span { border-color: #80A693; }
span { border-color: rgb(128,166,147); }
td.TdClassName
{
border-color: #80A693;
}
.TagClassName
{
border-color: #80A693;
}
</style>