Shades of Acapulco #81A698
Tints of Acapulco #81A698
RGB
CMYK
RGB Variations
Color information
#81A698 (or 0x81A698) is known color: Acapulco. HEX triplet: 81, A6 and 98. RGB value is (129,166,152). Sum of RGB (Red+Green+Blue) = 129+166+152=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 166 - color contains mainly: green. Hex color #81A698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A698 is #7E5967. Grayscale: #999999. Windows color (decimal): -8280424 or 10004097. OLE color: 10004097.
HSL color Cylindrical-coordinate representation of color #81A698: hue angle of 157.3º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81A698 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 166 | 152 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.35 |
| HSL | 157.3º | 0.17% | 0.58% | - |
| HSV(B) | 157.3º | 0.22% | 0.65% | - |
| XYZ | 28.36 | 34.21 | 34.81 | - |
| YUV | 153.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 152 | 0.22 | 0 | 0.08 | 0.35 | 157.3 | 0.17 | 0.58 |
| Hex | 81 | A6 | 98 | 16 | 0 | 8 | 23 | 9D | 11 | 3A |
| Octal | 201 | 246 | 230 | 26 | 0 | 10 | 43 | 235 | 21 | 72 |
| Binary | 10000001 | 10100110 | 10011000 | 10110 | 0 | 1000 | 100011 | 10011101 | 10001 | 111010 |
Color Harmonies of #81A698
Complementary color
Monochromatic Colors of #81A698
Black with #81A698
Text Example
Text Example
White with #81A698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A698; }
p { color: rgb(129,166,152); }
H1.HeaderClassName
{
color: #81A698;
}
.AnyTagClassName
{
color: #81A698;
}
</style>
background-color css
<style>
a { background-color: #81A698; }
a { background-color: rgb(129,166,152); }
div.DivClassName
{
background-color: #81A698;
}
.BgClassName
{
background-color: #81A698;
}
</style>
border-color css
<style>
span { border-color: #81A698; }
span { border-color: rgb(129,166,152); }
td.TdClassName
{
border-color: #81A698;
}
.TagClassName
{
border-color: #81A698;
}
</style>