Shades of Acapulco #72AD91
Tints of Acapulco #72AD91
RGB
CMYK
RGB Variations
Color information
#72AD91 (or 0x72AD91) is known color: Acapulco. HEX triplet: 72, AD and 91. RGB value is (114,173,145). Sum of RGB (Red+Green+Blue) = 114+173+145=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AD91 is #8D526E. Grayscale: #989898. Windows color (decimal): -9261679 or 9547122. OLE color: 9547122.
HSL color Cylindrical-coordinate representation of color #72AD91: hue angle of 151.53º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AD91 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 145 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.32 |
| HSL | 151.53º | 0.26% | 0.56% | - |
| HSV(B) | 151.53º | 0.34% | 0.68% | - |
| XYZ | 26.99 | 35.51 | 32.22 | - |
| YUV | 152.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 145 | 0.34 | 0 | 0.16 | 0.32 | 151.53 | 0.26 | 0.56 |
| Hex | 72 | AD | 91 | 22 | 0 | 10 | 20 | 98 | 1A | 38 |
| Octal | 162 | 255 | 221 | 42 | 0 | 20 | 40 | 230 | 32 | 70 |
| Binary | 1110010 | 10101101 | 10010001 | 100010 | 0 | 10000 | 100000 | 10011000 | 11010 | 111000 |
Color Harmonies of #72AD91
Complementary color
Monochromatic Colors of #72AD91
Black with #72AD91
Text Example
Text Example
White with #72AD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD91; }
p { color: rgb(114,173,145); }
H1.HeaderClassName
{
color: #72AD91;
}
.AnyTagClassName
{
color: #72AD91;
}
</style>
background-color css
<style>
a { background-color: #72AD91; }
a { background-color: rgb(114,173,145); }
div.DivClassName
{
background-color: #72AD91;
}
.BgClassName
{
background-color: #72AD91;
}
</style>
border-color css
<style>
span { border-color: #72AD91; }
span { border-color: rgb(114,173,145); }
td.TdClassName
{
border-color: #72AD91;
}
.TagClassName
{
border-color: #72AD91;
}
</style>