Shades of Acapulco #73BA9D
Tints of Acapulco #73BA9D
RGB
CMYK
RGB Variations
Color information
#73BA9D (or 0x73BA9D) is known color: Acapulco. HEX triplet: 73, BA and 9D. RGB value is (115,186,157). Sum of RGB (Red+Green+Blue) = 115+186+157=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BA9D is #8C4562. Grayscale: #A1A1A1. Windows color (decimal): -9192803 or 10336883. OLE color: 10336883.
HSL color Cylindrical-coordinate representation of color #73BA9D: hue angle of 155.49º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73BA9D is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 157 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.27 |
| HSL | 155.49º | 0.34% | 0.59% | - |
| HSV(B) | 155.49º | 0.38% | 0.73% | - |
| XYZ | 30.71 | 41.2 | 38.23 | - |
| YUV | 161.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 157 | 0.38 | 0 | 0.16 | 0.27 | 155.49 | 0.34 | 0.59 |
| Hex | 73 | BA | 9D | 26 | 0 | 10 | 1B | 9B | 22 | 3B |
| Octal | 163 | 272 | 235 | 46 | 0 | 20 | 33 | 233 | 42 | 73 |
| Binary | 1110011 | 10111010 | 10011101 | 100110 | 0 | 10000 | 11011 | 10011011 | 100010 | 111011 |
Color Harmonies of #73BA9D
Complementary color
Monochromatic Colors of #73BA9D
Black with #73BA9D
Text Example
Text Example
White with #73BA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA9D; }
p { color: rgb(115,186,157); }
H1.HeaderClassName
{
color: #73BA9D;
}
.AnyTagClassName
{
color: #73BA9D;
}
</style>
background-color css
<style>
a { background-color: #73BA9D; }
a { background-color: rgb(115,186,157); }
div.DivClassName
{
background-color: #73BA9D;
}
.BgClassName
{
background-color: #73BA9D;
}
</style>
border-color css
<style>
span { border-color: #73BA9D; }
span { border-color: rgb(115,186,157); }
td.TdClassName
{
border-color: #73BA9D;
}
.TagClassName
{
border-color: #73BA9D;
}
</style>