Shades of Acapulco #82AC9A
Tints of Acapulco #82AC9A
RGB
CMYK
RGB Variations
Color information
#82AC9A (or 0x82AC9A) is known color: Acapulco. HEX triplet: 82, AC and 9A. RGB value is (130,172,154). Sum of RGB (Red+Green+Blue) = 130+172+154=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82AC9A is #7D5365. Grayscale: #9D9D9D. Windows color (decimal): -8213350 or 10136706. OLE color: 10136706.
HSL color Cylindrical-coordinate representation of color #82AC9A: hue angle of 154.29º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #82AC9A is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 172 | 154 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.33 |
| HSL | 154.29º | 0.2% | 0.59% | - |
| HSV(B) | 154.29º | 0.24% | 0.67% | - |
| XYZ | 29.79 | 36.58 | 36.06 | - |
| YUV | 157.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 172 | 154 | 0.24 | 0 | 0.10 | 0.33 | 154.29 | 0.2 | 0.59 |
| Hex | 82 | AC | 9A | 18 | 0 | A | 21 | 9A | 14 | 3B |
| Octal | 202 | 254 | 232 | 30 | 0 | 12 | 41 | 232 | 24 | 73 |
| Binary | 10000010 | 10101100 | 10011010 | 11000 | 0 | 1010 | 100001 | 10011010 | 10100 | 111011 |
Color Harmonies of #82AC9A
Complementary color
Monochromatic Colors of #82AC9A
Black with #82AC9A
Text Example
Text Example
White with #82AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AC9A; }
p { color: rgb(130,172,154); }
H1.HeaderClassName
{
color: #82AC9A;
}
.AnyTagClassName
{
color: #82AC9A;
}
</style>
background-color css
<style>
a { background-color: #82AC9A; }
a { background-color: rgb(130,172,154); }
div.DivClassName
{
background-color: #82AC9A;
}
.BgClassName
{
background-color: #82AC9A;
}
</style>
border-color css
<style>
span { border-color: #82AC9A; }
span { border-color: rgb(130,172,154); }
td.TdClassName
{
border-color: #82AC9A;
}
.TagClassName
{
border-color: #82AC9A;
}
</style>