Shades of Acapulco #73AA9A
Tints of Acapulco #73AA9A
RGB
CMYK
RGB Variations
Color information
#73AA9A (or 0x73AA9A) is known color: Acapulco. HEX triplet: 73, AA and 9A. RGB value is (115,170,154). Sum of RGB (Red+Green+Blue) = 115+170+154=439 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.20% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AA9A is #8C5565. Grayscale: #979797. Windows color (decimal): -9196902 or 10136179. OLE color: 10136179.
HSL color Cylindrical-coordinate representation of color #73AA9A: hue angle of 162.55º 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 #73AA9A is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 154 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.33 |
| HSL | 162.55º | 0.24% | 0.56% | - |
| HSV(B) | 162.55º | 0.32% | 0.67% | - |
| XYZ | 27.28 | 34.73 | 35.84 | - |
| YUV | 151.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 154 | 0.32 | 0 | 0.09 | 0.33 | 162.55 | 0.24 | 0.56 |
| Hex | 73 | AA | 9A | 20 | 0 | 9 | 21 | A3 | 18 | 38 |
| Octal | 163 | 252 | 232 | 40 | 0 | 11 | 41 | 243 | 30 | 70 |
| Binary | 1110011 | 10101010 | 10011010 | 100000 | 0 | 1001 | 100001 | 10100011 | 11000 | 111000 |
Color Harmonies of #73AA9A
Complementary color
Monochromatic Colors of #73AA9A
Black with #73AA9A
Text Example
Text Example
White with #73AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AA9A; }
p { color: rgb(115,170,154); }
H1.HeaderClassName
{
color: #73AA9A;
}
.AnyTagClassName
{
color: #73AA9A;
}
</style>
background-color css
<style>
a { background-color: #73AA9A; }
a { background-color: rgb(115,170,154); }
div.DivClassName
{
background-color: #73AA9A;
}
.BgClassName
{
background-color: #73AA9A;
}
</style>
border-color css
<style>
span { border-color: #73AA9A; }
span { border-color: rgb(115,170,154); }
td.TdClassName
{
border-color: #73AA9A;
}
.TagClassName
{
border-color: #73AA9A;
}
</style>