Shades of Acapulco #81A99A
Tints of Acapulco #81A99A
RGB
CMYK
RGB Variations
Color information
#81A99A (or 0x81A99A) is known color: Acapulco. HEX triplet: 81, A9 and 9A. RGB value is (129,169,154). Sum of RGB (Red+Green+Blue) = 129+169+154=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 169 - color contains mainly: green. Hex color #81A99A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A99A is #7E5665. Grayscale: #9B9B9B. Windows color (decimal): -8279654 or 10135937. OLE color: 10135937.
HSL color Cylindrical-coordinate representation of color #81A99A: hue angle of 157.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81A99A is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 154 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.34 |
| HSL | 157.5º | 0.19% | 0.58% | - |
| HSV(B) | 157.5º | 0.24% | 0.66% | - |
| XYZ | 29.07 | 35.38 | 35.87 | - |
| YUV | 155.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 154 | 0.24 | 0 | 0.09 | 0.34 | 157.5 | 0.19 | 0.58 |
| Hex | 81 | A9 | 9A | 18 | 0 | 9 | 22 | 9E | 13 | 3A |
| Octal | 201 | 251 | 232 | 30 | 0 | 11 | 42 | 236 | 23 | 72 |
| Binary | 10000001 | 10101001 | 10011010 | 11000 | 0 | 1001 | 100010 | 10011110 | 10011 | 111010 |
Color Harmonies of #81A99A
Complementary color
Monochromatic Colors of #81A99A
Black with #81A99A
Text Example
Text Example
White with #81A99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A99A; }
p { color: rgb(129,169,154); }
H1.HeaderClassName
{
color: #81A99A;
}
.AnyTagClassName
{
color: #81A99A;
}
</style>
background-color css
<style>
a { background-color: #81A99A; }
a { background-color: rgb(129,169,154); }
div.DivClassName
{
background-color: #81A99A;
}
.BgClassName
{
background-color: #81A99A;
}
</style>
border-color css
<style>
span { border-color: #81A99A; }
span { border-color: rgb(129,169,154); }
td.TdClassName
{
border-color: #81A99A;
}
.TagClassName
{
border-color: #81A99A;
}
</style>