Shades of Acapulco #73A18B
Tints of Acapulco #73A18B
RGB
CMYK
RGB Variations
Color information
#73A18B (or 0x73A18B) is known color: Acapulco. HEX triplet: 73, A1 and 8B. RGB value is (115,161,139). Sum of RGB (Red+Green+Blue) = 115+161+139=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 161 - color contains mainly: green. Hex color #73A18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A18B is #8C5E74. Grayscale: #909090. Windows color (decimal): -9199221 or 9150835. OLE color: 9150835.
HSL color Cylindrical-coordinate representation of color #73A18B: hue angle of 151.3º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A18B is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 161 | 139 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.37 |
| HSL | 151.3º | 0.2% | 0.54% | - |
| HSV(B) | 151.3º | 0.29% | 0.63% | - |
| XYZ | 24.48 | 31 | 29.12 | - |
| YUV | 144.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 139 | 0.29 | 0 | 0.14 | 0.37 | 151.3 | 0.2 | 0.54 |
| Hex | 73 | A1 | 8B | 1D | 0 | E | 25 | 97 | 14 | 36 |
| Octal | 163 | 241 | 213 | 35 | 0 | 16 | 45 | 227 | 24 | 66 |
| Binary | 1110011 | 10100001 | 10001011 | 11101 | 0 | 1110 | 100101 | 10010111 | 10100 | 110110 |
Color Harmonies of #73A18B
Complementary color
Monochromatic Colors of #73A18B
Black with #73A18B
Text Example
Text Example
White with #73A18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A18B; }
p { color: rgb(115,161,139); }
H1.HeaderClassName
{
color: #73A18B;
}
.AnyTagClassName
{
color: #73A18B;
}
</style>
background-color css
<style>
a { background-color: #73A18B; }
a { background-color: rgb(115,161,139); }
div.DivClassName
{
background-color: #73A18B;
}
.BgClassName
{
background-color: #73A18B;
}
</style>
border-color css
<style>
span { border-color: #73A18B; }
span { border-color: rgb(115,161,139); }
td.TdClassName
{
border-color: #73A18B;
}
.TagClassName
{
border-color: #73A18B;
}
</style>