Shades of Acapulco #71B99D
Tints of Acapulco #71B99D
RGB
CMYK
RGB Variations
Color information
#71B99D (or 0x71B99D) is known color: Acapulco. HEX triplet: 71, B9 and 9D. RGB value is (113,185,157). Sum of RGB (Red+Green+Blue) = 113+185+157=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #71B99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71B99D is #8E4662. Grayscale: #A0A0A0. Windows color (decimal): -9324131 or 10336625. OLE color: 10336625.
HSL color Cylindrical-coordinate representation of color #71B99D: hue angle of 156.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B99D is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 185 | 157 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.27 |
| HSL | 156.67º | 0.34% | 0.58% | - |
| HSV(B) | 156.67º | 0.39% | 0.73% | - |
| XYZ | 30.24 | 40.64 | 38.15 | - |
| YUV | 160.28 | 126.15 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 185 | 157 | 0.39 | 0 | 0.15 | 0.27 | 156.67 | 0.34 | 0.58 |
| Hex | 71 | B9 | 9D | 27 | 0 | F | 1B | 9D | 22 | 3A |
| Octal | 161 | 271 | 235 | 47 | 0 | 17 | 33 | 235 | 42 | 72 |
| Binary | 1110001 | 10111001 | 10011101 | 100111 | 0 | 1111 | 11011 | 10011101 | 100010 | 111010 |
Color Harmonies of #71B99D
Complementary color
Monochromatic Colors of #71B99D
Black with #71B99D
Text Example
Text Example
White with #71B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71B99D; }
p { color: rgb(113,185,157); }
H1.HeaderClassName
{
color: #71B99D;
}
.AnyTagClassName
{
color: #71B99D;
}
</style>
background-color css
<style>
a { background-color: #71B99D; }
a { background-color: rgb(113,185,157); }
div.DivClassName
{
background-color: #71B99D;
}
.BgClassName
{
background-color: #71B99D;
}
</style>
border-color css
<style>
span { border-color: #71B99D; }
span { border-color: rgb(113,185,157); }
td.TdClassName
{
border-color: #71B99D;
}
.TagClassName
{
border-color: #71B99D;
}
</style>