Shades of Acapulco #719F91
Tints of Acapulco #719F91
RGB
CMYK
RGB Variations
Color information
#719F91 (or 0x719F91) is known color: Acapulco. HEX triplet: 71, 9F and 91. RGB value is (113,159,145). Sum of RGB (Red+Green+Blue) = 113+159+145=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 159 - color contains mainly: green. Hex color #719F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719F91 is #8E606E. Grayscale: #8F8F8F. Windows color (decimal): -9330799 or 9543537. OLE color: 9543537.
HSL color Cylindrical-coordinate representation of color #719F91: hue angle of 161.74º 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 #719F91 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 159 | 145 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.38 |
| HSL | 161.74º | 0.19% | 0.53% | - |
| HSV(B) | 161.74º | 0.29% | 0.62% | - |
| XYZ | 24.32 | 30.35 | 31.36 | - |
| YUV | 143.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 145 | 0.29 | 0 | 0.09 | 0.38 | 161.74 | 0.19 | 0.53 |
| Hex | 71 | 9F | 91 | 1D | 0 | 9 | 26 | A2 | 13 | 35 |
| Octal | 161 | 237 | 221 | 35 | 0 | 11 | 46 | 242 | 23 | 65 |
| Binary | 1110001 | 10011111 | 10010001 | 11101 | 0 | 1001 | 100110 | 10100010 | 10011 | 110101 |
Color Harmonies of #719F91
Complementary color
Monochromatic Colors of #719F91
Black with #719F91
Text Example
Text Example
White with #719F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719F91; }
p { color: rgb(113,159,145); }
H1.HeaderClassName
{
color: #719F91;
}
.AnyTagClassName
{
color: #719F91;
}
</style>
background-color css
<style>
a { background-color: #719F91; }
a { background-color: rgb(113,159,145); }
div.DivClassName
{
background-color: #719F91;
}
.BgClassName
{
background-color: #719F91;
}
</style>
border-color css
<style>
span { border-color: #719F91; }
span { border-color: rgb(113,159,145); }
td.TdClassName
{
border-color: #719F91;
}
.TagClassName
{
border-color: #719F91;
}
</style>