Shades of Acapulco #73BA9E
Tints of Acapulco #73BA9E
RGB
CMYK
RGB Variations
Color information
#73BA9E (or 0x73BA9E) is known color: Acapulco. HEX triplet: 73, BA and 9E. RGB value is (115,186,158). Sum of RGB (Red+Green+Blue) = 115+186+158=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BA9E is #8C4561. Grayscale: #A1A1A1. Windows color (decimal): -9192802 or 10402419. OLE color: 10402419.
HSL color Cylindrical-coordinate representation of color #73BA9E: hue angle of 156.34º 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 #73BA9E is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 186 | 158 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.27 |
| HSL | 156.34º | 0.34% | 0.59% | - |
| HSV(B) | 156.34º | 0.38% | 0.73% | - |
| XYZ | 30.8 | 41.23 | 38.68 | - |
| YUV | 161.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 186 | 158 | 0.38 | 0 | 0.15 | 0.27 | 156.34 | 0.34 | 0.59 |
| Hex | 73 | BA | 9E | 26 | 0 | F | 1B | 9C | 22 | 3B |
| Octal | 163 | 272 | 236 | 46 | 0 | 17 | 33 | 234 | 42 | 73 |
| Binary | 1110011 | 10111010 | 10011110 | 100110 | 0 | 1111 | 11011 | 10011100 | 100010 | 111011 |
Color Harmonies of #73BA9E
Complementary color
Monochromatic Colors of #73BA9E
Black with #73BA9E
Text Example
Text Example
White with #73BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BA9E; }
p { color: rgb(115,186,158); }
H1.HeaderClassName
{
color: #73BA9E;
}
.AnyTagClassName
{
color: #73BA9E;
}
</style>
background-color css
<style>
a { background-color: #73BA9E; }
a { background-color: rgb(115,186,158); }
div.DivClassName
{
background-color: #73BA9E;
}
.BgClassName
{
background-color: #73BA9E;
}
</style>
border-color css
<style>
span { border-color: #73BA9E; }
span { border-color: rgb(115,186,158); }
td.TdClassName
{
border-color: #73BA9E;
}
.TagClassName
{
border-color: #73BA9E;
}
</style>