Shades of Acapulco #81AE9A
Tints of Acapulco #81AE9A
RGB
CMYK
RGB Variations
Color information
#81AE9A (or 0x81AE9A) is known color: Acapulco. HEX triplet: 81, AE and 9A. RGB value is (129,174,154). Sum of RGB (Red+Green+Blue) = 129+174+154=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AE9A is #7E5165. Grayscale: #9E9E9E. Windows color (decimal): -8278374 or 10137217. OLE color: 10137217.
HSL color Cylindrical-coordinate representation of color #81AE9A: hue angle of 153.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81AE9A is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 174 | 154 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.32 |
| HSL | 153.33º | 0.22% | 0.59% | - |
| HSV(B) | 153.33º | 0.26% | 0.68% | - |
| XYZ | 30.02 | 37.27 | 36.18 | - |
| YUV | 158.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 174 | 154 | 0.26 | 0 | 0.11 | 0.32 | 153.33 | 0.22 | 0.59 |
| Hex | 81 | AE | 9A | 1A | 0 | B | 20 | 99 | 16 | 3B |
| Octal | 201 | 256 | 232 | 32 | 0 | 13 | 40 | 231 | 26 | 73 |
| Binary | 10000001 | 10101110 | 10011010 | 11010 | 0 | 1011 | 100000 | 10011001 | 10110 | 111011 |
Color Harmonies of #81AE9A
Complementary color
Monochromatic Colors of #81AE9A
Black with #81AE9A
Text Example
Text Example
White with #81AE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AE9A; }
p { color: rgb(129,174,154); }
H1.HeaderClassName
{
color: #81AE9A;
}
.AnyTagClassName
{
color: #81AE9A;
}
</style>
background-color css
<style>
a { background-color: #81AE9A; }
a { background-color: rgb(129,174,154); }
div.DivClassName
{
background-color: #81AE9A;
}
.BgClassName
{
background-color: #81AE9A;
}
</style>
border-color css
<style>
span { border-color: #81AE9A; }
span { border-color: rgb(129,174,154); }
td.TdClassName
{
border-color: #81AE9A;
}
.TagClassName
{
border-color: #81AE9A;
}
</style>