Shades of Acapulco #73A295
Tints of Acapulco #73A295
RGB
CMYK
RGB Variations
Color information
#73A295 (or 0x73A295) is known color: Acapulco. HEX triplet: 73, A2 and 95. RGB value is (115,162,149). Sum of RGB (Red+Green+Blue) = 115+162+149=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 162 - color contains mainly: green. Hex color #73A295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A295 is #8C5D6A. Grayscale: #929292. Windows color (decimal): -9198955 or 9806451. OLE color: 9806451.
HSL color Cylindrical-coordinate representation of color #73A295: hue angle of 163.4º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A295 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 162 | 149 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.36 |
| HSL | 163.4º | 0.2% | 0.54% | - |
| HSV(B) | 163.4º | 0.29% | 0.64% | - |
| XYZ | 25.42 | 31.66 | 33.2 | - |
| YUV | 146.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 149 | 0.29 | 0 | 0.08 | 0.36 | 163.4 | 0.2 | 0.54 |
| Hex | 73 | A2 | 95 | 1D | 0 | 8 | 24 | A3 | 14 | 36 |
| Octal | 163 | 242 | 225 | 35 | 0 | 10 | 44 | 243 | 24 | 66 |
| Binary | 1110011 | 10100010 | 10010101 | 11101 | 0 | 1000 | 100100 | 10100011 | 10100 | 110110 |
Color Harmonies of #73A295
Complementary color
Monochromatic Colors of #73A295
Black with #73A295
Text Example
Text Example
White with #73A295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A295; }
p { color: rgb(115,162,149); }
H1.HeaderClassName
{
color: #73A295;
}
.AnyTagClassName
{
color: #73A295;
}
</style>
background-color css
<style>
a { background-color: #73A295; }
a { background-color: rgb(115,162,149); }
div.DivClassName
{
background-color: #73A295;
}
.BgClassName
{
background-color: #73A295;
}
</style>
border-color css
<style>
span { border-color: #73A295; }
span { border-color: rgb(115,162,149); }
td.TdClassName
{
border-color: #73A295;
}
.TagClassName
{
border-color: #73A295;
}
</style>