Shades of Acapulco #719D88
Tints of Acapulco #719D88
RGB
CMYK
RGB Variations
Color information
#719D88 (or 0x719D88) is known color: Acapulco. HEX triplet: 71, 9D and 88. RGB value is (113,157,136). Sum of RGB (Red+Green+Blue) = 113+157+136=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 157 - color contains mainly: green. Hex color #719D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719D88 is #8E6277. Grayscale: #8D8D8D. Windows color (decimal): -9331320 or 8953201. OLE color: 8953201.
HSL color Cylindrical-coordinate representation of color #719D88: hue angle of 151.36º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719D88 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 157 | 136 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.38 |
| HSL | 151.36º | 0.18% | 0.53% | - |
| HSV(B) | 151.36º | 0.28% | 0.62% | - |
| XYZ | 23.31 | 29.4 | 27.74 | - |
| YUV | 141.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 136 | 0.28 | 0 | 0.13 | 0.38 | 151.36 | 0.18 | 0.53 |
| Hex | 71 | 9D | 88 | 1C | 0 | D | 26 | 97 | 12 | 35 |
| Octal | 161 | 235 | 210 | 34 | 0 | 15 | 46 | 227 | 22 | 65 |
| Binary | 1110001 | 10011101 | 10001000 | 11100 | 0 | 1101 | 100110 | 10010111 | 10010 | 110101 |
Color Harmonies of #719D88
Complementary color
Monochromatic Colors of #719D88
Black with #719D88
Text Example
Text Example
White with #719D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719D88; }
p { color: rgb(113,157,136); }
H1.HeaderClassName
{
color: #719D88;
}
.AnyTagClassName
{
color: #719D88;
}
</style>
background-color css
<style>
a { background-color: #719D88; }
a { background-color: rgb(113,157,136); }
div.DivClassName
{
background-color: #719D88;
}
.BgClassName
{
background-color: #719D88;
}
</style>
border-color css
<style>
span { border-color: #719D88; }
span { border-color: rgb(113,157,136); }
td.TdClassName
{
border-color: #719D88;
}
.TagClassName
{
border-color: #719D88;
}
</style>