Shades of Acapulco #72A089
Tints of Acapulco #72A089
RGB
CMYK
RGB Variations
Color information
#72A089 (or 0x72A089) is known color: Acapulco. HEX triplet: 72, A0 and 89. RGB value is (114,160,137). Sum of RGB (Red+Green+Blue) = 114+160+137=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 160 - color contains mainly: green. Hex color #72A089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A089 is #8D5F76. Grayscale: #8F8F8F. Windows color (decimal): -9265015 or 9019506. OLE color: 9019506.
HSL color Cylindrical-coordinate representation of color #72A089: hue angle of 150º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72A089 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 137 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.37 |
| HSL | 150º | 0.19% | 0.54% | - |
| HSV(B) | 150º | 0.29% | 0.63% | - |
| XYZ | 24.03 | 30.53 | 28.29 | - |
| YUV | 143.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 137 | 0.29 | 0 | 0.14 | 0.37 | 150 | 0.19 | 0.54 |
| Hex | 72 | A0 | 89 | 1D | 0 | E | 25 | 96 | 13 | 36 |
| Octal | 162 | 240 | 211 | 35 | 0 | 16 | 45 | 226 | 23 | 66 |
| Binary | 1110010 | 10100000 | 10001001 | 11101 | 0 | 1110 | 100101 | 10010110 | 10011 | 110110 |
Color Harmonies of #72A089
Complementary color
Monochromatic Colors of #72A089
Black with #72A089
Text Example
Text Example
White with #72A089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A089; }
p { color: rgb(114,160,137); }
H1.HeaderClassName
{
color: #72A089;
}
.AnyTagClassName
{
color: #72A089;
}
</style>
background-color css
<style>
a { background-color: #72A089; }
a { background-color: rgb(114,160,137); }
div.DivClassName
{
background-color: #72A089;
}
.BgClassName
{
background-color: #72A089;
}
</style>
border-color css
<style>
span { border-color: #72A089; }
span { border-color: rgb(114,160,137); }
td.TdClassName
{
border-color: #72A089;
}
.TagClassName
{
border-color: #72A089;
}
</style>