Shades of Acapulco #72A08A
Tints of Acapulco #72A08A
RGB
CMYK
RGB Variations
Color information
#72A08A (or 0x72A08A) is known color: Acapulco. HEX triplet: 72, A0 and 8A. RGB value is (114,160,138). Sum of RGB (Red+Green+Blue) = 114+160+138=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 160 - color contains mainly: green. Hex color #72A08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A08A is #8D5F75. Grayscale: #8F8F8F. Windows color (decimal): -9265014 or 9085042. OLE color: 9085042.
HSL color Cylindrical-coordinate representation of color #72A08A: hue angle of 151.3º 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 #72A08A is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 138 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.37 |
| HSL | 151.3º | 0.19% | 0.54% | - |
| HSV(B) | 151.3º | 0.29% | 0.63% | - |
| XYZ | 24.1 | 30.55 | 28.67 | - |
| YUV | 143.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 138 | 0.29 | 0 | 0.14 | 0.37 | 151.3 | 0.19 | 0.54 |
| Hex | 72 | A0 | 8A | 1D | 0 | E | 25 | 97 | 13 | 36 |
| Octal | 162 | 240 | 212 | 35 | 0 | 16 | 45 | 227 | 23 | 66 |
| Binary | 1110010 | 10100000 | 10001010 | 11101 | 0 | 1110 | 100101 | 10010111 | 10011 | 110110 |
Color Harmonies of #72A08A
Complementary color
Monochromatic Colors of #72A08A
Black with #72A08A
Text Example
Text Example
White with #72A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A08A; }
p { color: rgb(114,160,138); }
H1.HeaderClassName
{
color: #72A08A;
}
.AnyTagClassName
{
color: #72A08A;
}
</style>
background-color css
<style>
a { background-color: #72A08A; }
a { background-color: rgb(114,160,138); }
div.DivClassName
{
background-color: #72A08A;
}
.BgClassName
{
background-color: #72A08A;
}
</style>
border-color css
<style>
span { border-color: #72A08A; }
span { border-color: rgb(114,160,138); }
td.TdClassName
{
border-color: #72A08A;
}
.TagClassName
{
border-color: #72A08A;
}
</style>