Shades of Acapulco #72A28F
Tints of Acapulco #72A28F
RGB
CMYK
RGB Variations
Color information
#72A28F (or 0x72A28F) is known color: Acapulco. HEX triplet: 72, A2 and 8F. RGB value is (114,162,143). Sum of RGB (Red+Green+Blue) = 114+162+143=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #72A28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A28F is #8D5D70. Grayscale: #919191. Windows color (decimal): -9264497 or 9413234. OLE color: 9413234.
HSL color Cylindrical-coordinate representation of color #72A28F: hue angle of 156.25º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A28F is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 162 | 143 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.36 |
| HSL | 156.25º | 0.21% | 0.54% | - |
| HSV(B) | 156.25º | 0.3% | 0.64% | - |
| XYZ | 24.82 | 31.4 | 30.74 | - |
| YUV | 145.48 | 126.6 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 162 | 143 | 0.30 | 0 | 0.12 | 0.36 | 156.25 | 0.21 | 0.54 |
| Hex | 72 | A2 | 8F | 1E | 0 | C | 24 | 9C | 15 | 36 |
| Octal | 162 | 242 | 217 | 36 | 0 | 14 | 44 | 234 | 25 | 66 |
| Binary | 1110010 | 10100010 | 10001111 | 11110 | 0 | 1100 | 100100 | 10011100 | 10101 | 110110 |
Color Harmonies of #72A28F
Complementary color
Monochromatic Colors of #72A28F
Black with #72A28F
Text Example
Text Example
White with #72A28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A28F; }
p { color: rgb(114,162,143); }
H1.HeaderClassName
{
color: #72A28F;
}
.AnyTagClassName
{
color: #72A28F;
}
</style>
background-color css
<style>
a { background-color: #72A28F; }
a { background-color: rgb(114,162,143); }
div.DivClassName
{
background-color: #72A28F;
}
.BgClassName
{
background-color: #72A28F;
}
</style>
border-color css
<style>
span { border-color: #72A28F; }
span { border-color: rgb(114,162,143); }
td.TdClassName
{
border-color: #72A28F;
}
.TagClassName
{
border-color: #72A28F;
}
</style>