Shades of Acapulco #71A78B
Tints of Acapulco #71A78B
RGB
CMYK
RGB Variations
Color information
#71A78B (or 0x71A78B) is known color: Acapulco. HEX triplet: 71, A7 and 8B. RGB value is (113,167,139). Sum of RGB (Red+Green+Blue) = 113+167+139=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 167 - color contains mainly: green. Hex color #71A78B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71A78B is #8E5874. Grayscale: #939393. Windows color (decimal): -9328757 or 9152369. OLE color: 9152369.
HSL color Cylindrical-coordinate representation of color #71A78B: hue angle of 148.89º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71A78B is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 167 | 139 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.35 |
| HSL | 148.89º | 0.23% | 0.55% | - |
| HSV(B) | 148.89º | 0.32% | 0.65% | - |
| XYZ | 25.29 | 33.01 | 29.47 | - |
| YUV | 147.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 167 | 139 | 0.32 | 0 | 0.17 | 0.35 | 148.89 | 0.23 | 0.55 |
| Hex | 71 | A7 | 8B | 20 | 0 | 11 | 23 | 95 | 17 | 37 |
| Octal | 161 | 247 | 213 | 40 | 0 | 21 | 43 | 225 | 27 | 67 |
| Binary | 1110001 | 10100111 | 10001011 | 100000 | 0 | 10001 | 100011 | 10010101 | 10111 | 110111 |
Color Harmonies of #71A78B
Complementary color
Monochromatic Colors of #71A78B
Black with #71A78B
Text Example
Text Example
White with #71A78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71A78B; }
p { color: rgb(113,167,139); }
H1.HeaderClassName
{
color: #71A78B;
}
.AnyTagClassName
{
color: #71A78B;
}
</style>
background-color css
<style>
a { background-color: #71A78B; }
a { background-color: rgb(113,167,139); }
div.DivClassName
{
background-color: #71A78B;
}
.BgClassName
{
background-color: #71A78B;
}
</style>
border-color css
<style>
span { border-color: #71A78B; }
span { border-color: rgb(113,167,139); }
td.TdClassName
{
border-color: #71A78B;
}
.TagClassName
{
border-color: #71A78B;
}
</style>