Shades of Acapulco #73BC9F
Tints of Acapulco #73BC9F
RGB
CMYK
RGB Variations
Color information
#73BC9F (or 0x73BC9F) is known color: Acapulco. HEX triplet: 73, BC and 9F. RGB value is (115,188,159). Sum of RGB (Red+Green+Blue) = 115+188+159=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BC9F is #8C4360. Grayscale: #A2A2A2. Windows color (decimal): -9192289 or 10468467. OLE color: 10468467.
HSL color Cylindrical-coordinate representation of color #73BC9F: hue angle of 156.16º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BC9F is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 159 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.26 |
| HSL | 156.16º | 0.35% | 0.59% | - |
| HSV(B) | 156.16º | 0.39% | 0.74% | - |
| XYZ | 31.31 | 42.11 | 39.28 | - |
| YUV | 162.87 | 125.82 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 159 | 0.39 | 0 | 0.15 | 0.26 | 156.16 | 0.35 | 0.59 |
| Hex | 73 | BC | 9F | 27 | 0 | F | 1A | 9C | 23 | 3B |
| Octal | 163 | 274 | 237 | 47 | 0 | 17 | 32 | 234 | 43 | 73 |
| Binary | 1110011 | 10111100 | 10011111 | 100111 | 0 | 1111 | 11010 | 10011100 | 100011 | 111011 |
Color Harmonies of #73BC9F
Complementary color
Monochromatic Colors of #73BC9F
Black with #73BC9F
Text Example
Text Example
White with #73BC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC9F; }
p { color: rgb(115,188,159); }
H1.HeaderClassName
{
color: #73BC9F;
}
.AnyTagClassName
{
color: #73BC9F;
}
</style>
background-color css
<style>
a { background-color: #73BC9F; }
a { background-color: rgb(115,188,159); }
div.DivClassName
{
background-color: #73BC9F;
}
.BgClassName
{
background-color: #73BC9F;
}
</style>
border-color css
<style>
span { border-color: #73BC9F; }
span { border-color: rgb(115,188,159); }
td.TdClassName
{
border-color: #73BC9F;
}
.TagClassName
{
border-color: #73BC9F;
}
</style>