Shades of Acapulco #71A296
Tints of Acapulco #71A296
RGB
CMYK
RGB Variations
Color information
#71A296 (or 0x71A296) is known color: Acapulco. HEX triplet: 71, A2 and 96. RGB value is (113,162,150). Sum of RGB (Red+Green+Blue) = 113+162+150=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 162 - color contains mainly: green. Hex color #71A296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A296 is #8E5D69. Grayscale: #919191. Windows color (decimal): -9330026 or 9871985. OLE color: 9871985.
HSL color Cylindrical-coordinate representation of color #71A296: hue angle of 165.31º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #71A296 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 162 | 150 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.36 |
| HSL | 165.31º | 0.21% | 0.54% | - |
| HSV(B) | 165.31º | 0.3% | 0.64% | - |
| XYZ | 25.24 | 31.55 | 33.61 | - |
| YUV | 145.98 | 130.27 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 150 | 0.30 | 0 | 0.07 | 0.36 | 165.31 | 0.21 | 0.54 |
| Hex | 71 | A2 | 96 | 1E | 0 | 7 | 24 | A5 | 15 | 36 |
| Octal | 161 | 242 | 226 | 36 | 0 | 7 | 44 | 245 | 25 | 66 |
| Binary | 1110001 | 10100010 | 10010110 | 11110 | 0 | 111 | 100100 | 10100101 | 10101 | 110110 |
Color Harmonies of #71A296
Complementary color
Monochromatic Colors of #71A296
Black with #71A296
Text Example
Text Example
White with #71A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A296; }
p { color: rgb(113,162,150); }
H1.HeaderClassName
{
color: #71A296;
}
.AnyTagClassName
{
color: #71A296;
}
</style>
background-color css
<style>
a { background-color: #71A296; }
a { background-color: rgb(113,162,150); }
div.DivClassName
{
background-color: #71A296;
}
.BgClassName
{
background-color: #71A296;
}
</style>
border-color css
<style>
span { border-color: #71A296; }
span { border-color: rgb(113,162,150); }
td.TdClassName
{
border-color: #71A296;
}
.TagClassName
{
border-color: #71A296;
}
</style>