Shades of Acapulco #73A494
Tints of Acapulco #73A494
RGB
CMYK
RGB Variations
Color information
#73A494 (or 0x73A494) is known color: Acapulco. HEX triplet: 73, A4 and 94. RGB value is (115,164,148). Sum of RGB (Red+Green+Blue) = 115+164+148=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #73A494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A494 is #8C5B6B. Grayscale: #939393. Windows color (decimal): -9198444 or 9741427. OLE color: 9741427.
HSL color Cylindrical-coordinate representation of color #73A494: hue angle of 160.41º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73A494 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 164 | 148 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.36 |
| HSL | 160.41º | 0.21% | 0.55% | - |
| HSV(B) | 160.41º | 0.3% | 0.64% | - |
| XYZ | 25.69 | 32.33 | 32.9 | - |
| YUV | 147.53 | 128.27 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 164 | 148 | 0.30 | 0 | 0.10 | 0.36 | 160.41 | 0.21 | 0.55 |
| Hex | 73 | A4 | 94 | 1E | 0 | A | 24 | A0 | 15 | 37 |
| Octal | 163 | 244 | 224 | 36 | 0 | 12 | 44 | 240 | 25 | 67 |
| Binary | 1110011 | 10100100 | 10010100 | 11110 | 0 | 1010 | 100100 | 10100000 | 10101 | 110111 |
Color Harmonies of #73A494
Complementary color
Monochromatic Colors of #73A494
Black with #73A494
Text Example
Text Example
White with #73A494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A494; }
p { color: rgb(115,164,148); }
H1.HeaderClassName
{
color: #73A494;
}
.AnyTagClassName
{
color: #73A494;
}
</style>
background-color css
<style>
a { background-color: #73A494; }
a { background-color: rgb(115,164,148); }
div.DivClassName
{
background-color: #73A494;
}
.BgClassName
{
background-color: #73A494;
}
</style>
border-color css
<style>
span { border-color: #73A494; }
span { border-color: rgb(115,164,148); }
td.TdClassName
{
border-color: #73A494;
}
.TagClassName
{
border-color: #73A494;
}
</style>