Shades of Acapulco #73AD9D
Tints of Acapulco #73AD9D
RGB
CMYK
RGB Variations
Color information
#73AD9D (or 0x73AD9D) is known color: Acapulco. HEX triplet: 73, AD and 9D. RGB value is (115,173,157). Sum of RGB (Red+Green+Blue) = 115+173+157=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AD9D is #8C5262. Grayscale: #999999. Windows color (decimal): -9196131 or 10333555. OLE color: 10333555.
HSL color Cylindrical-coordinate representation of color #73AD9D: hue angle of 163.45º 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 #73AD9D is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 157 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.32 |
| HSL | 163.45º | 0.26% | 0.56% | - |
| HSV(B) | 163.45º | 0.34% | 0.68% | - |
| XYZ | 28.1 | 35.97 | 37.36 | - |
| YUV | 153.83 | 129.78 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 157 | 0.34 | 0 | 0.09 | 0.32 | 163.45 | 0.26 | 0.56 |
| Hex | 73 | AD | 9D | 22 | 0 | 9 | 20 | A3 | 1A | 38 |
| Octal | 163 | 255 | 235 | 42 | 0 | 11 | 40 | 243 | 32 | 70 |
| Binary | 1110011 | 10101101 | 10011101 | 100010 | 0 | 1001 | 100000 | 10100011 | 11010 | 111000 |
Color Harmonies of #73AD9D
Complementary color
Monochromatic Colors of #73AD9D
Black with #73AD9D
Text Example
Text Example
White with #73AD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD9D; }
p { color: rgb(115,173,157); }
H1.HeaderClassName
{
color: #73AD9D;
}
.AnyTagClassName
{
color: #73AD9D;
}
</style>
background-color css
<style>
a { background-color: #73AD9D; }
a { background-color: rgb(115,173,157); }
div.DivClassName
{
background-color: #73AD9D;
}
.BgClassName
{
background-color: #73AD9D;
}
</style>
border-color css
<style>
span { border-color: #73AD9D; }
span { border-color: rgb(115,173,157); }
td.TdClassName
{
border-color: #73AD9D;
}
.TagClassName
{
border-color: #73AD9D;
}
</style>