Shades of Acapulco #81A08F
Tints of Acapulco #81A08F
RGB
CMYK
RGB Variations
Color information
#81A08F (or 0x81A08F) is known color: Acapulco. HEX triplet: 81, A0 and 8F. RGB value is (129,160,143). Sum of RGB (Red+Green+Blue) = 129+160+143=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 160 - color contains mainly: green. Hex color #81A08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A08F is #7E5F70. Grayscale: #949494. Windows color (decimal): -8281969 or 9412737. OLE color: 9412737.
HSL color Cylindrical-coordinate representation of color #81A08F: hue angle of 147.1º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81A08F is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 160 | 143 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.37 |
| HSL | 147.1º | 0.14% | 0.57% | - |
| HSV(B) | 147.1º | 0.19% | 0.63% | - |
| XYZ | 26.58 | 31.79 | 30.72 | - |
| YUV | 148.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 160 | 143 | 0.19 | 0 | 0.11 | 0.37 | 147.1 | 0.14 | 0.57 |
| Hex | 81 | A0 | 8F | 13 | 0 | B | 25 | 93 | E | 39 |
| Octal | 201 | 240 | 217 | 23 | 0 | 13 | 45 | 223 | 16 | 71 |
| Binary | 10000001 | 10100000 | 10001111 | 10011 | 0 | 1011 | 100101 | 10010011 | 1110 | 111001 |
Color Harmonies of #81A08F
Complementary color
Monochromatic Colors of #81A08F
Black with #81A08F
Text Example
Text Example
White with #81A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A08F; }
p { color: rgb(129,160,143); }
H1.HeaderClassName
{
color: #81A08F;
}
.AnyTagClassName
{
color: #81A08F;
}
</style>
background-color css
<style>
a { background-color: #81A08F; }
a { background-color: rgb(129,160,143); }
div.DivClassName
{
background-color: #81A08F;
}
.BgClassName
{
background-color: #81A08F;
}
</style>
border-color css
<style>
span { border-color: #81A08F; }
span { border-color: rgb(129,160,143); }
td.TdClassName
{
border-color: #81A08F;
}
.TagClassName
{
border-color: #81A08F;
}
</style>