Shades of Tradewind #73A69F
Tints of Tradewind #73A69F
RGB
CMYK
RGB Variations
Color information
#73A69F (or 0x73A69F) is known color: Tradewind. HEX triplet: 73, A6 and 9F. RGB value is (115,166,159). Sum of RGB (Red+Green+Blue) = 115+166+159=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 166 - color contains mainly: green. Hex color #73A69F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A69F is #8C5960. Grayscale: #959595. Windows color (decimal): -9197921 or 10462835. OLE color: 10462835.
HSL color Cylindrical-coordinate representation of color #73A69F: hue angle of 171.76º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73A69F is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 166 | 159 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.35 |
| HSL | 171.76º | 0.22% | 0.55% | - |
| HSV(B) | 171.76º | 0.31% | 0.65% | - |
| XYZ | 26.96 | 33.42 | 37.83 | - |
| YUV | 149.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 166 | 159 | 0.31 | 0 | 0.04 | 0.35 | 171.76 | 0.22 | 0.55 |
| Hex | 73 | A6 | 9F | 1F | 0 | 4 | 23 | AC | 16 | 37 |
| Octal | 163 | 246 | 237 | 37 | 0 | 4 | 43 | 254 | 26 | 67 |
| Binary | 1110011 | 10100110 | 10011111 | 11111 | 0 | 100 | 100011 | 10101100 | 10110 | 110111 |
Color Harmonies of #73A69F
Complementary color
Monochromatic Colors of #73A69F
Black with #73A69F
Text Example
Text Example
White with #73A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A69F; }
p { color: rgb(115,166,159); }
H1.HeaderClassName
{
color: #73A69F;
}
.AnyTagClassName
{
color: #73A69F;
}
</style>
background-color css
<style>
a { background-color: #73A69F; }
a { background-color: rgb(115,166,159); }
div.DivClassName
{
background-color: #73A69F;
}
.BgClassName
{
background-color: #73A69F;
}
</style>
border-color css
<style>
span { border-color: #73A69F; }
span { border-color: rgb(115,166,159); }
td.TdClassName
{
border-color: #73A69F;
}
.TagClassName
{
border-color: #73A69F;
}
</style>