Shades of Tradewind #73ADA6
Tints of Tradewind #73ADA6
RGB
CMYK
RGB Variations
Color information
#73ADA6 (or 0x73ADA6) is known color: Tradewind. HEX triplet: 73, AD and A6. RGB value is (115,173,166). Sum of RGB (Red+Green+Blue) = 115+173+166=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #73ADA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ADA6 is #8C5259. Grayscale: #9A9A9A. Windows color (decimal): -9196122 or 10923379. OLE color: 10923379.
HSL color Cylindrical-coordinate representation of color #73ADA6: hue angle of 172.76º 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 #73ADA6 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 173 | 166 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.32 |
| HSL | 172.76º | 0.26% | 0.56% | - |
| HSV(B) | 172.76º | 0.34% | 0.68% | - |
| XYZ | 28.9 | 36.29 | 41.56 | - |
| YUV | 154.86 | 134.28 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 173 | 166 | 0.34 | 0 | 0.04 | 0.32 | 172.76 | 0.26 | 0.56 |
| Hex | 73 | AD | A6 | 22 | 0 | 4 | 20 | AD | 1A | 38 |
| Octal | 163 | 255 | 246 | 42 | 0 | 4 | 40 | 255 | 32 | 70 |
| Binary | 1110011 | 10101101 | 10100110 | 100010 | 0 | 100 | 100000 | 10101101 | 11010 | 111000 |
Color Harmonies of #73ADA6
Complementary color
Monochromatic Colors of #73ADA6
Black with #73ADA6
Text Example
Text Example
White with #73ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73ADA6; }
p { color: rgb(115,173,166); }
H1.HeaderClassName
{
color: #73ADA6;
}
.AnyTagClassName
{
color: #73ADA6;
}
</style>
background-color css
<style>
a { background-color: #73ADA6; }
a { background-color: rgb(115,173,166); }
div.DivClassName
{
background-color: #73ADA6;
}
.BgClassName
{
background-color: #73ADA6;
}
</style>
border-color css
<style>
span { border-color: #73ADA6; }
span { border-color: rgb(115,173,166); }
td.TdClassName
{
border-color: #73ADA6;
}
.TagClassName
{
border-color: #73ADA6;
}
</style>