Shades of Acapulco #71AA9A
Tints of Acapulco #71AA9A
RGB
CMYK
RGB Variations
Color information
#71AA9A (or 0x71AA9A) is known color: Acapulco. HEX triplet: 71, AA and 9A. RGB value is (113,170,154). Sum of RGB (Red+Green+Blue) = 113+170+154=437 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.86% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AA9A is #8E5565. Grayscale: #979797. Windows color (decimal): -9327974 or 10136177. OLE color: 10136177.
HSL color Cylindrical-coordinate representation of color #71AA9A: hue angle of 163.16º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71AA9A is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 170 | 154 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.33 |
| HSL | 163.16º | 0.25% | 0.55% | - |
| HSV(B) | 163.16º | 0.34% | 0.67% | - |
| XYZ | 27.02 | 34.59 | 35.83 | - |
| YUV | 151.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 170 | 154 | 0.34 | 0 | 0.09 | 0.33 | 163.16 | 0.25 | 0.55 |
| Hex | 71 | AA | 9A | 22 | 0 | 9 | 21 | A3 | 19 | 37 |
| Octal | 161 | 252 | 232 | 42 | 0 | 11 | 41 | 243 | 31 | 67 |
| Binary | 1110001 | 10101010 | 10011010 | 100010 | 0 | 1001 | 100001 | 10100011 | 11001 | 110111 |
Color Harmonies of #71AA9A
Complementary color
Monochromatic Colors of #71AA9A
Black with #71AA9A
Text Example
Text Example
White with #71AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AA9A; }
p { color: rgb(113,170,154); }
H1.HeaderClassName
{
color: #71AA9A;
}
.AnyTagClassName
{
color: #71AA9A;
}
</style>
background-color css
<style>
a { background-color: #71AA9A; }
a { background-color: rgb(113,170,154); }
div.DivClassName
{
background-color: #71AA9A;
}
.BgClassName
{
background-color: #71AA9A;
}
</style>
border-color css
<style>
span { border-color: #71AA9A; }
span { border-color: rgb(113,170,154); }
td.TdClassName
{
border-color: #71AA9A;
}
.TagClassName
{
border-color: #71AA9A;
}
</style>