Shades of Acapulco #73AD90
Tints of Acapulco #73AD90
RGB
CMYK
RGB Variations
Color information
#73AD90 (or 0x73AD90) is known color: Acapulco. HEX triplet: 73, AD and 90. RGB value is (115,173,144). Sum of RGB (Red+Green+Blue) = 115+173+144=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #73AD90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AD90 is #8C526F. Grayscale: #989898. Windows color (decimal): -9196144 or 9481587. OLE color: 9481587.
HSL color Cylindrical-coordinate representation of color #73AD90: hue angle of 150º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AD90 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 144 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.32 |
| HSL | 150º | 0.26% | 0.56% | - |
| HSV(B) | 150º | 0.34% | 0.68% | - |
| XYZ | 27.05 | 35.55 | 31.82 | - |
| YUV | 152.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 144 | 0.34 | 0 | 0.17 | 0.32 | 150 | 0.26 | 0.56 |
| Hex | 73 | AD | 90 | 22 | 0 | 11 | 20 | 96 | 1A | 38 |
| Octal | 163 | 255 | 220 | 42 | 0 | 21 | 40 | 226 | 32 | 70 |
| Binary | 1110011 | 10101101 | 10010000 | 100010 | 0 | 10001 | 100000 | 10010110 | 11010 | 111000 |
Color Harmonies of #73AD90
Complementary color
Monochromatic Colors of #73AD90
Black with #73AD90
Text Example
Text Example
White with #73AD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AD90; }
p { color: rgb(115,173,144); }
H1.HeaderClassName
{
color: #73AD90;
}
.AnyTagClassName
{
color: #73AD90;
}
</style>
background-color css
<style>
a { background-color: #73AD90; }
a { background-color: rgb(115,173,144); }
div.DivClassName
{
background-color: #73AD90;
}
.BgClassName
{
background-color: #73AD90;
}
</style>
border-color css
<style>
span { border-color: #73AD90; }
span { border-color: rgb(115,173,144); }
td.TdClassName
{
border-color: #73AD90;
}
.TagClassName
{
border-color: #73AD90;
}
</style>