Shades of Acapulco #72AD98
Tints of Acapulco #72AD98
RGB
CMYK
RGB Variations
Color information
#72AD98 (or 0x72AD98) is known color: Acapulco. HEX triplet: 72, AD and 98. RGB value is (114,173,152). Sum of RGB (Red+Green+Blue) = 114+173+152=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AD98 is #8D5267. Grayscale: #989898. Windows color (decimal): -9261672 or 10005874. OLE color: 10005874.
HSL color Cylindrical-coordinate representation of color #72AD98: hue angle of 158.64º 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 #72AD98 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 152 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.32 |
| HSL | 158.64º | 0.26% | 0.56% | - |
| HSV(B) | 158.64º | 0.34% | 0.68% | - |
| XYZ | 27.55 | 35.73 | 35.15 | - |
| YUV | 152.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 152 | 0.34 | 0 | 0.12 | 0.32 | 158.64 | 0.26 | 0.56 |
| Hex | 72 | AD | 98 | 22 | 0 | C | 20 | 9F | 1A | 38 |
| Octal | 162 | 255 | 230 | 42 | 0 | 14 | 40 | 237 | 32 | 70 |
| Binary | 1110010 | 10101101 | 10011000 | 100010 | 0 | 1100 | 100000 | 10011111 | 11010 | 111000 |
Color Harmonies of #72AD98
Complementary color
Monochromatic Colors of #72AD98
Black with #72AD98
Text Example
Text Example
White with #72AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD98; }
p { color: rgb(114,173,152); }
H1.HeaderClassName
{
color: #72AD98;
}
.AnyTagClassName
{
color: #72AD98;
}
</style>
background-color css
<style>
a { background-color: #72AD98; }
a { background-color: rgb(114,173,152); }
div.DivClassName
{
background-color: #72AD98;
}
.BgClassName
{
background-color: #72AD98;
}
</style>
border-color css
<style>
span { border-color: #72AD98; }
span { border-color: rgb(114,173,152); }
td.TdClassName
{
border-color: #72AD98;
}
.TagClassName
{
border-color: #72AD98;
}
</style>