Shades of Acapulco #71AB8B
Tints of Acapulco #71AB8B
RGB
CMYK
RGB Variations
Color information
#71AB8B (or 0x71AB8B) is known color: Acapulco. HEX triplet: 71, AB and 8B. RGB value is (113,171,139). Sum of RGB (Red+Green+Blue) = 113+171+139=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71AB8B is #8E5474. Grayscale: #969696. Windows color (decimal): -9327733 or 9153393. OLE color: 9153393.
HSL color Cylindrical-coordinate representation of color #71AB8B: hue angle of 146.9º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71AB8B is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 171 | 139 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.33 |
| HSL | 146.9º | 0.26% | 0.56% | - |
| HSV(B) | 146.9º | 0.34% | 0.67% | - |
| XYZ | 26.03 | 34.5 | 29.71 | - |
| YUV | 150.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 171 | 139 | 0.34 | 0 | 0.19 | 0.33 | 146.9 | 0.26 | 0.56 |
| Hex | 71 | AB | 8B | 22 | 0 | 13 | 21 | 93 | 1A | 38 |
| Octal | 161 | 253 | 213 | 42 | 0 | 23 | 41 | 223 | 32 | 70 |
| Binary | 1110001 | 10101011 | 10001011 | 100010 | 0 | 10011 | 100001 | 10010011 | 11010 | 111000 |
Color Harmonies of #71AB8B
Complementary color
Monochromatic Colors of #71AB8B
Black with #71AB8B
Text Example
Text Example
White with #71AB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AB8B; }
p { color: rgb(113,171,139); }
H1.HeaderClassName
{
color: #71AB8B;
}
.AnyTagClassName
{
color: #71AB8B;
}
</style>
background-color css
<style>
a { background-color: #71AB8B; }
a { background-color: rgb(113,171,139); }
div.DivClassName
{
background-color: #71AB8B;
}
.BgClassName
{
background-color: #71AB8B;
}
</style>
border-color css
<style>
span { border-color: #71AB8B; }
span { border-color: rgb(113,171,139); }
td.TdClassName
{
border-color: #71AB8B;
}
.TagClassName
{
border-color: #71AB8B;
}
</style>