Shades of Acapulco #72A58D
Tints of Acapulco #72A58D
RGB
CMYK
RGB Variations
Color information
#72A58D (or 0x72A58D) is known color: Acapulco. HEX triplet: 72, A5 and 8D. RGB value is (114,165,141). Sum of RGB (Red+Green+Blue) = 114+165+141=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 165 - color contains mainly: green. Hex color #72A58D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A58D is #8D5A72. Grayscale: #939393. Windows color (decimal): -9263731 or 9282930. OLE color: 9282930.
HSL color Cylindrical-coordinate representation of color #72A58D: hue angle of 151.76º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A58D is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 165 | 141 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.35 |
| HSL | 151.76º | 0.22% | 0.55% | - |
| HSV(B) | 151.76º | 0.31% | 0.65% | - |
| XYZ | 25.2 | 32.41 | 30.13 | - |
| YUV | 147.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 165 | 141 | 0.31 | 0 | 0.15 | 0.35 | 151.76 | 0.22 | 0.55 |
| Hex | 72 | A5 | 8D | 1F | 0 | F | 23 | 98 | 16 | 37 |
| Octal | 162 | 245 | 215 | 37 | 0 | 17 | 43 | 230 | 26 | 67 |
| Binary | 1110010 | 10100101 | 10001101 | 11111 | 0 | 1111 | 100011 | 10011000 | 10110 | 110111 |
Color Harmonies of #72A58D
Complementary color
Monochromatic Colors of #72A58D
Black with #72A58D
Text Example
Text Example
White with #72A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A58D; }
p { color: rgb(114,165,141); }
H1.HeaderClassName
{
color: #72A58D;
}
.AnyTagClassName
{
color: #72A58D;
}
</style>
background-color css
<style>
a { background-color: #72A58D; }
a { background-color: rgb(114,165,141); }
div.DivClassName
{
background-color: #72A58D;
}
.BgClassName
{
background-color: #72A58D;
}
</style>
border-color css
<style>
span { border-color: #72A58D; }
span { border-color: rgb(114,165,141); }
td.TdClassName
{
border-color: #72A58D;
}
.TagClassName
{
border-color: #72A58D;
}
</style>