Shades of Tradewind #73A09C
Tints of Tradewind #73A09C
RGB
CMYK
RGB Variations
Color information
#73A09C (or 0x73A09C) is known color: Tradewind. HEX triplet: 73, A0 and 9C. RGB value is (115,160,156). Sum of RGB (Red+Green+Blue) = 115+160+156=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 160 - color contains mainly: green. Hex color #73A09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A09C is #8C5F63. Grayscale: #929292. Windows color (decimal): -9199460 or 10264691. OLE color: 10264691.
HSL color Cylindrical-coordinate representation of color #73A09C: hue angle of 174.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73A09C is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 160 | 156 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.37 |
| HSL | 174.67º | 0.19% | 0.54% | - |
| HSV(B) | 174.67º | 0.28% | 0.63% | - |
| XYZ | 25.64 | 31.19 | 36.12 | - |
| YUV | 146.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 156 | 0.28 | 0 | 0.02 | 0.37 | 174.67 | 0.19 | 0.54 |
| Hex | 73 | A0 | 9C | 1C | 0 | 2 | 25 | AF | 13 | 36 |
| Octal | 163 | 240 | 234 | 34 | 0 | 2 | 45 | 257 | 23 | 66 |
| Binary | 1110011 | 10100000 | 10011100 | 11100 | 0 | 10 | 100101 | 10101111 | 10011 | 110110 |
Color Harmonies of #73A09C
Complementary color
Monochromatic Colors of #73A09C
Black with #73A09C
Text Example
Text Example
White with #73A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A09C; }
p { color: rgb(115,160,156); }
H1.HeaderClassName
{
color: #73A09C;
}
.AnyTagClassName
{
color: #73A09C;
}
</style>
background-color css
<style>
a { background-color: #73A09C; }
a { background-color: rgb(115,160,156); }
div.DivClassName
{
background-color: #73A09C;
}
.BgClassName
{
background-color: #73A09C;
}
</style>
border-color css
<style>
span { border-color: #73A09C; }
span { border-color: rgb(115,160,156); }
td.TdClassName
{
border-color: #73A09C;
}
.TagClassName
{
border-color: #73A09C;
}
</style>