Shades of Acapulco #719F88
Tints of Acapulco #719F88
RGB
CMYK
RGB Variations
Color information
#719F88 (or 0x719F88) is known color: Acapulco. HEX triplet: 71, 9F and 88. RGB value is (113,159,136). Sum of RGB (Red+Green+Blue) = 113+159+136=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 159 - color contains mainly: green. Hex color #719F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719F88 is #8E6077. Grayscale: #8E8E8E. Windows color (decimal): -9330808 or 8953713. OLE color: 8953713.
HSL color Cylindrical-coordinate representation of color #719F88: hue angle of 150º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #719F88 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 159 | 136 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.38 |
| HSL | 150º | 0.19% | 0.53% | - |
| HSV(B) | 150º | 0.29% | 0.62% | - |
| XYZ | 23.65 | 30.08 | 27.85 | - |
| YUV | 142.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 136 | 0.29 | 0 | 0.14 | 0.38 | 150 | 0.19 | 0.53 |
| Hex | 71 | 9F | 88 | 1D | 0 | E | 26 | 96 | 13 | 35 |
| Octal | 161 | 237 | 210 | 35 | 0 | 16 | 46 | 226 | 23 | 65 |
| Binary | 1110001 | 10011111 | 10001000 | 11101 | 0 | 1110 | 100110 | 10010110 | 10011 | 110101 |
Color Harmonies of #719F88
Complementary color
Monochromatic Colors of #719F88
Black with #719F88
Text Example
Text Example
White with #719F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719F88; }
p { color: rgb(113,159,136); }
H1.HeaderClassName
{
color: #719F88;
}
.AnyTagClassName
{
color: #719F88;
}
</style>
background-color css
<style>
a { background-color: #719F88; }
a { background-color: rgb(113,159,136); }
div.DivClassName
{
background-color: #719F88;
}
.BgClassName
{
background-color: #719F88;
}
</style>
border-color css
<style>
span { border-color: #719F88; }
span { border-color: rgb(113,159,136); }
td.TdClassName
{
border-color: #719F88;
}
.TagClassName
{
border-color: #719F88;
}
</style>