Shades of Acapulco #73B89C
Tints of Acapulco #73B89C
RGB
CMYK
RGB Variations
Color information
#73B89C (or 0x73B89C) is known color: Acapulco. HEX triplet: 73, B8 and 9C. RGB value is (115,184,156). Sum of RGB (Red+Green+Blue) = 115+184+156=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #73B89C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73B89C is #8C4763. Grayscale: #A0A0A0. Windows color (decimal): -9193316 or 10270835. OLE color: 10270835.
HSL color Cylindrical-coordinate representation of color #73B89C: hue angle of 155.65º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73B89C is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 184 | 156 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.28 |
| HSL | 155.65º | 0.33% | 0.59% | - |
| HSV(B) | 155.65º | 0.38% | 0.72% | - |
| XYZ | 30.21 | 40.33 | 37.64 | - |
| YUV | 160.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 184 | 156 | 0.38 | 0 | 0.15 | 0.28 | 155.65 | 0.33 | 0.59 |
| Hex | 73 | B8 | 9C | 26 | 0 | F | 1C | 9C | 21 | 3B |
| Octal | 163 | 270 | 234 | 46 | 0 | 17 | 34 | 234 | 41 | 73 |
| Binary | 1110011 | 10111000 | 10011100 | 100110 | 0 | 1111 | 11100 | 10011100 | 100001 | 111011 |
Color Harmonies of #73B89C
Complementary color
Monochromatic Colors of #73B89C
Black with #73B89C
Text Example
Text Example
White with #73B89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B89C; }
p { color: rgb(115,184,156); }
H1.HeaderClassName
{
color: #73B89C;
}
.AnyTagClassName
{
color: #73B89C;
}
</style>
background-color css
<style>
a { background-color: #73B89C; }
a { background-color: rgb(115,184,156); }
div.DivClassName
{
background-color: #73B89C;
}
.BgClassName
{
background-color: #73B89C;
}
</style>
border-color css
<style>
span { border-color: #73B89C; }
span { border-color: rgb(115,184,156); }
td.TdClassName
{
border-color: #73B89C;
}
.TagClassName
{
border-color: #73B89C;
}
</style>