Shades of Acapulco #73B298
Tints of Acapulco #73B298
RGB
CMYK
RGB Variations
Color information
#73B298 (or 0x73B298) is known color: Acapulco. HEX triplet: 73, B2 and 98. RGB value is (115,178,152). Sum of RGB (Red+Green+Blue) = 115+178+152=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #73B298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B298 is #8C4D67. Grayscale: #9C9C9C. Windows color (decimal): -9194856 or 10007155. OLE color: 10007155.
HSL color Cylindrical-coordinate representation of color #73B298: hue angle of 155.24º 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 #73B298 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 178 | 152 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.30 |
| HSL | 155.24º | 0.29% | 0.57% | - |
| HSV(B) | 155.24º | 0.35% | 0.7% | - |
| XYZ | 28.66 | 37.75 | 35.48 | - |
| YUV | 156.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 178 | 152 | 0.35 | 0 | 0.15 | 0.30 | 155.24 | 0.29 | 0.57 |
| Hex | 73 | B2 | 98 | 23 | 0 | F | 1E | 9B | 1D | 39 |
| Octal | 163 | 262 | 230 | 43 | 0 | 17 | 36 | 233 | 35 | 71 |
| Binary | 1110011 | 10110010 | 10011000 | 100011 | 0 | 1111 | 11110 | 10011011 | 11101 | 111001 |
Color Harmonies of #73B298
Complementary color
Monochromatic Colors of #73B298
Black with #73B298
Text Example
Text Example
White with #73B298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B298; }
p { color: rgb(115,178,152); }
H1.HeaderClassName
{
color: #73B298;
}
.AnyTagClassName
{
color: #73B298;
}
</style>
background-color css
<style>
a { background-color: #73B298; }
a { background-color: rgb(115,178,152); }
div.DivClassName
{
background-color: #73B298;
}
.BgClassName
{
background-color: #73B298;
}
</style>
border-color css
<style>
span { border-color: #73B298; }
span { border-color: rgb(115,178,152); }
td.TdClassName
{
border-color: #73B298;
}
.TagClassName
{
border-color: #73B298;
}
</style>