Shades of Acapulco #73A48B
Tints of Acapulco #73A48B
RGB
CMYK
RGB Variations
Color information
#73A48B (or 0x73A48B) is known color: Acapulco. HEX triplet: 73, A4 and 8B. RGB value is (115,164,139). Sum of RGB (Red+Green+Blue) = 115+164+139=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 164 - color contains mainly: green. Hex color #73A48B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A48B is #8C5B74. Grayscale: #929292. Windows color (decimal): -9198453 or 9151603. OLE color: 9151603.
HSL color Cylindrical-coordinate representation of color #73A48B: hue angle of 149.39º 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 #73A48B is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 164 | 139 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.36 |
| HSL | 149.39º | 0.21% | 0.55% | - |
| HSV(B) | 149.39º | 0.3% | 0.64% | - |
| XYZ | 25.01 | 32.06 | 29.3 | - |
| YUV | 146.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 164 | 139 | 0.30 | 0 | 0.15 | 0.36 | 149.39 | 0.21 | 0.55 |
| Hex | 73 | A4 | 8B | 1E | 0 | F | 24 | 95 | 15 | 37 |
| Octal | 163 | 244 | 213 | 36 | 0 | 17 | 44 | 225 | 25 | 67 |
| Binary | 1110011 | 10100100 | 10001011 | 11110 | 0 | 1111 | 100100 | 10010101 | 10101 | 110111 |
Color Harmonies of #73A48B
Complementary color
Monochromatic Colors of #73A48B
Black with #73A48B
Text Example
Text Example
White with #73A48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A48B; }
p { color: rgb(115,164,139); }
H1.HeaderClassName
{
color: #73A48B;
}
.AnyTagClassName
{
color: #73A48B;
}
</style>
background-color css
<style>
a { background-color: #73A48B; }
a { background-color: rgb(115,164,139); }
div.DivClassName
{
background-color: #73A48B;
}
.BgClassName
{
background-color: #73A48B;
}
</style>
border-color css
<style>
span { border-color: #73A48B; }
span { border-color: rgb(115,164,139); }
td.TdClassName
{
border-color: #73A48B;
}
.TagClassName
{
border-color: #73A48B;
}
</style>