Shades of Acapulco #73AA91
Tints of Acapulco #73AA91
RGB
CMYK
RGB Variations
Color information
#73AA91 (or 0x73AA91) is known color: Acapulco. HEX triplet: 73, AA and 91. RGB value is (115,170,145). Sum of RGB (Red+Green+Blue) = 115+170+145=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AA91 is #8C556E. Grayscale: #969696. Windows color (decimal): -9196911 or 9546355. OLE color: 9546355.
HSL color Cylindrical-coordinate representation of color #73AA91: hue angle of 152.73º 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 #73AA91 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 145 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.33 |
| HSL | 152.73º | 0.24% | 0.56% | - |
| HSV(B) | 152.73º | 0.32% | 0.67% | - |
| XYZ | 26.56 | 34.44 | 32.04 | - |
| YUV | 150.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 145 | 0.32 | 0 | 0.15 | 0.33 | 152.73 | 0.24 | 0.56 |
| Hex | 73 | AA | 91 | 20 | 0 | F | 21 | 99 | 18 | 38 |
| Octal | 163 | 252 | 221 | 40 | 0 | 17 | 41 | 231 | 30 | 70 |
| Binary | 1110011 | 10101010 | 10010001 | 100000 | 0 | 1111 | 100001 | 10011001 | 11000 | 111000 |
Color Harmonies of #73AA91
Complementary color
Monochromatic Colors of #73AA91
Black with #73AA91
Text Example
Text Example
White with #73AA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA91; }
p { color: rgb(115,170,145); }
H1.HeaderClassName
{
color: #73AA91;
}
.AnyTagClassName
{
color: #73AA91;
}
</style>
background-color css
<style>
a { background-color: #73AA91; }
a { background-color: rgb(115,170,145); }
div.DivClassName
{
background-color: #73AA91;
}
.BgClassName
{
background-color: #73AA91;
}
</style>
border-color css
<style>
span { border-color: #73AA91; }
span { border-color: rgb(115,170,145); }
td.TdClassName
{
border-color: #73AA91;
}
.TagClassName
{
border-color: #73AA91;
}
</style>