Shades of Acapulco #73AA92
Tints of Acapulco #73AA92
RGB
CMYK
RGB Variations
Color information
#73AA92 (or 0x73AA92) is known color: Acapulco. HEX triplet: 73, AA and 92. RGB value is (115,170,146). Sum of RGB (Red+Green+Blue) = 115+170+146=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AA92 is #8C556D. Grayscale: #969696. Windows color (decimal): -9196910 or 9611891. OLE color: 9611891.
HSL color Cylindrical-coordinate representation of color #73AA92: hue angle of 153.82º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73AA92 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 146 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.33 |
| HSL | 153.82º | 0.24% | 0.56% | - |
| HSV(B) | 153.82º | 0.32% | 0.67% | - |
| XYZ | 26.63 | 34.47 | 32.44 | - |
| YUV | 150.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 146 | 0.32 | 0 | 0.14 | 0.33 | 153.82 | 0.24 | 0.56 |
| Hex | 73 | AA | 92 | 20 | 0 | E | 21 | 9A | 18 | 38 |
| Octal | 163 | 252 | 222 | 40 | 0 | 16 | 41 | 232 | 30 | 70 |
| Binary | 1110011 | 10101010 | 10010010 | 100000 | 0 | 1110 | 100001 | 10011010 | 11000 | 111000 |
Color Harmonies of #73AA92
Complementary color
Monochromatic Colors of #73AA92
Black with #73AA92
Text Example
Text Example
White with #73AA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA92; }
p { color: rgb(115,170,146); }
H1.HeaderClassName
{
color: #73AA92;
}
.AnyTagClassName
{
color: #73AA92;
}
</style>
background-color css
<style>
a { background-color: #73AA92; }
a { background-color: rgb(115,170,146); }
div.DivClassName
{
background-color: #73AA92;
}
.BgClassName
{
background-color: #73AA92;
}
</style>
border-color css
<style>
span { border-color: #73AA92; }
span { border-color: rgb(115,170,146); }
td.TdClassName
{
border-color: #73AA92;
}
.TagClassName
{
border-color: #73AA92;
}
</style>