Shades of Acapulco #71A490
Tints of Acapulco #71A490
RGB
CMYK
RGB Variations
Color information
#71A490 (or 0x71A490) is known color: Acapulco. HEX triplet: 71, A4 and 90. RGB value is (113,164,144). Sum of RGB (Red+Green+Blue) = 113+164+144=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #71A490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A490 is #8E5B6F. Grayscale: #929292. Windows color (decimal): -9329520 or 9479281. OLE color: 9479281.
HSL color Cylindrical-coordinate representation of color #71A490: hue angle of 156.47º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71A490 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 164 | 144 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.36 |
| HSL | 156.47º | 0.22% | 0.54% | - |
| HSV(B) | 156.47º | 0.31% | 0.64% | - |
| XYZ | 25.12 | 32.08 | 31.25 | - |
| YUV | 146.47 | 126.6 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 164 | 144 | 0.31 | 0 | 0.12 | 0.36 | 156.47 | 0.22 | 0.54 |
| Hex | 71 | A4 | 90 | 1F | 0 | C | 24 | 9C | 16 | 36 |
| Octal | 161 | 244 | 220 | 37 | 0 | 14 | 44 | 234 | 26 | 66 |
| Binary | 1110001 | 10100100 | 10010000 | 11111 | 0 | 1100 | 100100 | 10011100 | 10110 | 110110 |
Color Harmonies of #71A490
Complementary color
Monochromatic Colors of #71A490
Black with #71A490
Text Example
Text Example
White with #71A490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A490; }
p { color: rgb(113,164,144); }
H1.HeaderClassName
{
color: #71A490;
}
.AnyTagClassName
{
color: #71A490;
}
</style>
background-color css
<style>
a { background-color: #71A490; }
a { background-color: rgb(113,164,144); }
div.DivClassName
{
background-color: #71A490;
}
.BgClassName
{
background-color: #71A490;
}
</style>
border-color css
<style>
span { border-color: #71A490; }
span { border-color: rgb(113,164,144); }
td.TdClassName
{
border-color: #71A490;
}
.TagClassName
{
border-color: #71A490;
}
</style>