Shades of Acapulco #73AB9A
Tints of Acapulco #73AB9A
RGB
CMYK
RGB Variations
Color information
#73AB9A (or 0x73AB9A) is known color: Acapulco. HEX triplet: 73, AB and 9A. RGB value is (115,171,154). Sum of RGB (Red+Green+Blue) = 115+171+154=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AB9A is #8C5465. Grayscale: #989898. Windows color (decimal): -9196646 or 10136435. OLE color: 10136435.
HSL color Cylindrical-coordinate representation of color #73AB9A: hue angle of 161.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73AB9A is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 171 | 154 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.33 |
| HSL | 161.79º | 0.25% | 0.56% | - |
| HSV(B) | 161.79º | 0.33% | 0.67% | - |
| XYZ | 27.47 | 35.1 | 35.9 | - |
| YUV | 152.32 | 128.95 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 154 | 0.33 | 0 | 0.10 | 0.33 | 161.79 | 0.25 | 0.56 |
| Hex | 73 | AB | 9A | 21 | 0 | A | 21 | A2 | 19 | 38 |
| Octal | 163 | 253 | 232 | 41 | 0 | 12 | 41 | 242 | 31 | 70 |
| Binary | 1110011 | 10101011 | 10011010 | 100001 | 0 | 1010 | 100001 | 10100010 | 11001 | 111000 |
Color Harmonies of #73AB9A
Complementary color
Monochromatic Colors of #73AB9A
Black with #73AB9A
Text Example
Text Example
White with #73AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AB9A; }
p { color: rgb(115,171,154); }
H1.HeaderClassName
{
color: #73AB9A;
}
.AnyTagClassName
{
color: #73AB9A;
}
</style>
background-color css
<style>
a { background-color: #73AB9A; }
a { background-color: rgb(115,171,154); }
div.DivClassName
{
background-color: #73AB9A;
}
.BgClassName
{
background-color: #73AB9A;
}
</style>
border-color css
<style>
span { border-color: #73AB9A; }
span { border-color: rgb(115,171,154); }
td.TdClassName
{
border-color: #73AB9A;
}
.TagClassName
{
border-color: #73AB9A;
}
</style>