Shades of Acapulco #719F89
Tints of Acapulco #719F89
RGB
CMYK
RGB Variations
Color information
#719F89 (or 0x719F89) is known color: Acapulco. HEX triplet: 71, 9F and 89. RGB value is (113,159,137). Sum of RGB (Red+Green+Blue) = 113+159+137=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 159 - color contains mainly: green. Hex color #719F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719F89 is #8E6076. Grayscale: #8E8E8E. Windows color (decimal): -9330807 or 9019249. OLE color: 9019249.
HSL color Cylindrical-coordinate representation of color #719F89: hue angle of 151.3º 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 #719F89 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 159 | 137 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.38 |
| HSL | 151.3º | 0.19% | 0.53% | - |
| HSV(B) | 151.3º | 0.29% | 0.62% | - |
| XYZ | 23.72 | 30.11 | 28.23 | - |
| YUV | 142.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 137 | 0.29 | 0 | 0.14 | 0.38 | 151.3 | 0.19 | 0.53 |
| Hex | 71 | 9F | 89 | 1D | 0 | E | 26 | 97 | 13 | 35 |
| Octal | 161 | 237 | 211 | 35 | 0 | 16 | 46 | 227 | 23 | 65 |
| Binary | 1110001 | 10011111 | 10001001 | 11101 | 0 | 1110 | 100110 | 10010111 | 10011 | 110101 |
Color Harmonies of #719F89
Complementary color
Monochromatic Colors of #719F89
Black with #719F89
Text Example
Text Example
White with #719F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719F89; }
p { color: rgb(113,159,137); }
H1.HeaderClassName
{
color: #719F89;
}
.AnyTagClassName
{
color: #719F89;
}
</style>
background-color css
<style>
a { background-color: #719F89; }
a { background-color: rgb(113,159,137); }
div.DivClassName
{
background-color: #719F89;
}
.BgClassName
{
background-color: #719F89;
}
</style>
border-color css
<style>
span { border-color: #719F89; }
span { border-color: rgb(113,159,137); }
td.TdClassName
{
border-color: #719F89;
}
.TagClassName
{
border-color: #719F89;
}
</style>