Shades of Acapulco #72A08B
Tints of Acapulco #72A08B
RGB
CMYK
RGB Variations
Color information
#72A08B (or 0x72A08B) is known color: Acapulco. HEX triplet: 72, A0 and 8B. RGB value is (114,160,139). Sum of RGB (Red+Green+Blue) = 114+160+139=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 160 - color contains mainly: green. Hex color #72A08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A08B is #8D5F74. Grayscale: #8F8F8F. Windows color (decimal): -9265013 or 9150578. OLE color: 9150578.
HSL color Cylindrical-coordinate representation of color #72A08B: hue angle of 152.61º 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 #72A08B is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 139 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.37 |
| HSL | 152.61º | 0.19% | 0.54% | - |
| HSV(B) | 152.61º | 0.29% | 0.63% | - |
| XYZ | 24.17 | 30.58 | 29.06 | - |
| YUV | 143.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 139 | 0.29 | 0 | 0.13 | 0.37 | 152.61 | 0.19 | 0.54 |
| Hex | 72 | A0 | 8B | 1D | 0 | D | 25 | 99 | 13 | 36 |
| Octal | 162 | 240 | 213 | 35 | 0 | 15 | 45 | 231 | 23 | 66 |
| Binary | 1110010 | 10100000 | 10001011 | 11101 | 0 | 1101 | 100101 | 10011001 | 10011 | 110110 |
Color Harmonies of #72A08B
Complementary color
Monochromatic Colors of #72A08B
Black with #72A08B
Text Example
Text Example
White with #72A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A08B; }
p { color: rgb(114,160,139); }
H1.HeaderClassName
{
color: #72A08B;
}
.AnyTagClassName
{
color: #72A08B;
}
</style>
background-color css
<style>
a { background-color: #72A08B; }
a { background-color: rgb(114,160,139); }
div.DivClassName
{
background-color: #72A08B;
}
.BgClassName
{
background-color: #72A08B;
}
</style>
border-color css
<style>
span { border-color: #72A08B; }
span { border-color: rgb(114,160,139); }
td.TdClassName
{
border-color: #72A08B;
}
.TagClassName
{
border-color: #72A08B;
}
</style>