Shades of Acapulco #81AC9A
Tints of Acapulco #81AC9A
RGB
CMYK
RGB Variations
Color information
#81AC9A (or 0x81AC9A) is known color: Acapulco. HEX triplet: 81, AC and 9A. RGB value is (129,172,154). Sum of RGB (Red+Green+Blue) = 129+172+154=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AC9A is #7E5365. Grayscale: #9D9D9D. Windows color (decimal): -8278886 or 10136705. OLE color: 10136705.
HSL color Cylindrical-coordinate representation of color #81AC9A: hue angle of 154.88º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81AC9A is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 172 | 154 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.33 |
| HSL | 154.88º | 0.21% | 0.59% | - |
| HSV(B) | 154.88º | 0.25% | 0.67% | - |
| XYZ | 29.64 | 36.51 | 36.06 | - |
| YUV | 157.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 154 | 0.25 | 0 | 0.10 | 0.33 | 154.88 | 0.21 | 0.59 |
| Hex | 81 | AC | 9A | 19 | 0 | A | 21 | 9B | 15 | 3B |
| Octal | 201 | 254 | 232 | 31 | 0 | 12 | 41 | 233 | 25 | 73 |
| Binary | 10000001 | 10101100 | 10011010 | 11001 | 0 | 1010 | 100001 | 10011011 | 10101 | 111011 |
Color Harmonies of #81AC9A
Complementary color
Monochromatic Colors of #81AC9A
Black with #81AC9A
Text Example
Text Example
White with #81AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AC9A; }
p { color: rgb(129,172,154); }
H1.HeaderClassName
{
color: #81AC9A;
}
.AnyTagClassName
{
color: #81AC9A;
}
</style>
background-color css
<style>
a { background-color: #81AC9A; }
a { background-color: rgb(129,172,154); }
div.DivClassName
{
background-color: #81AC9A;
}
.BgClassName
{
background-color: #81AC9A;
}
</style>
border-color css
<style>
span { border-color: #81AC9A; }
span { border-color: rgb(129,172,154); }
td.TdClassName
{
border-color: #81AC9A;
}
.TagClassName
{
border-color: #81AC9A;
}
</style>