Shades of Acapulco #73B292
Tints of Acapulco #73B292
RGB
CMYK
RGB Variations
Color information
#73B292 (or 0x73B292) is known color: Acapulco. HEX triplet: 73, B2 and 92. RGB value is (115,178,146). Sum of RGB (Red+Green+Blue) = 115+178+146=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #73B292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B292 is #8C4D6D. Grayscale: #9B9B9B. Windows color (decimal): -9194862 or 9613939. OLE color: 9613939.
HSL color Cylindrical-coordinate representation of color #73B292: hue angle of 149.52º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B292 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 178 | 146 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.30 |
| HSL | 149.52º | 0.29% | 0.57% | - |
| HSV(B) | 149.52º | 0.35% | 0.7% | - |
| XYZ | 28.18 | 37.56 | 32.96 | - |
| YUV | 155.52 | 122.63 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 146 | 0.35 | 0 | 0.18 | 0.30 | 149.52 | 0.29 | 0.57 |
| Hex | 73 | B2 | 92 | 23 | 0 | 12 | 1E | 96 | 1D | 39 |
| Octal | 163 | 262 | 222 | 43 | 0 | 22 | 36 | 226 | 35 | 71 |
| Binary | 1110011 | 10110010 | 10010010 | 100011 | 0 | 10010 | 11110 | 10010110 | 11101 | 111001 |
Color Harmonies of #73B292
Complementary color
Monochromatic Colors of #73B292
Black with #73B292
Text Example
Text Example
White with #73B292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B292; }
p { color: rgb(115,178,146); }
H1.HeaderClassName
{
color: #73B292;
}
.AnyTagClassName
{
color: #73B292;
}
</style>
background-color css
<style>
a { background-color: #73B292; }
a { background-color: rgb(115,178,146); }
div.DivClassName
{
background-color: #73B292;
}
.BgClassName
{
background-color: #73B292;
}
</style>
border-color css
<style>
span { border-color: #73B292; }
span { border-color: rgb(115,178,146); }
td.TdClassName
{
border-color: #73B292;
}
.TagClassName
{
border-color: #73B292;
}
</style>