Shades of Acapulco #71A292
Tints of Acapulco #71A292
RGB
CMYK
RGB Variations
Color information
#71A292 (or 0x71A292) is known color: Acapulco. HEX triplet: 71, A2 and 92. RGB value is (113,162,146). Sum of RGB (Red+Green+Blue) = 113+162+146=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 162 - color contains mainly: green. Hex color #71A292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A292 is #8E5D6D. Grayscale: #919191. Windows color (decimal): -9330030 or 9609841. OLE color: 9609841.
HSL color Cylindrical-coordinate representation of color #71A292: hue angle of 160.41º 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 #71A292 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 162 | 146 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.36 |
| HSL | 160.41º | 0.21% | 0.54% | - |
| HSV(B) | 160.41º | 0.3% | 0.64% | - |
| XYZ | 24.92 | 31.43 | 31.95 | - |
| YUV | 145.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 162 | 146 | 0.30 | 0 | 0.10 | 0.36 | 160.41 | 0.21 | 0.54 |
| Hex | 71 | A2 | 92 | 1E | 0 | A | 24 | A0 | 15 | 36 |
| Octal | 161 | 242 | 222 | 36 | 0 | 12 | 44 | 240 | 25 | 66 |
| Binary | 1110001 | 10100010 | 10010010 | 11110 | 0 | 1010 | 100100 | 10100000 | 10101 | 110110 |
Color Harmonies of #71A292
Complementary color
Monochromatic Colors of #71A292
Black with #71A292
Text Example
Text Example
White with #71A292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A292; }
p { color: rgb(113,162,146); }
H1.HeaderClassName
{
color: #71A292;
}
.AnyTagClassName
{
color: #71A292;
}
</style>
background-color css
<style>
a { background-color: #71A292; }
a { background-color: rgb(113,162,146); }
div.DivClassName
{
background-color: #71A292;
}
.BgClassName
{
background-color: #71A292;
}
</style>
border-color css
<style>
span { border-color: #71A292; }
span { border-color: rgb(113,162,146); }
td.TdClassName
{
border-color: #71A292;
}
.TagClassName
{
border-color: #71A292;
}
</style>