Shades of Tradewind #73A69D
Tints of Tradewind #73A69D
RGB
CMYK
RGB Variations
Color information
#73A69D (or 0x73A69D) is known color: Tradewind. HEX triplet: 73, A6 and 9D. RGB value is (115,166,157). Sum of RGB (Red+Green+Blue) = 115+166+157=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 166 - color contains mainly: green. Hex color #73A69D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73A69D is #8C5962. Grayscale: #959595. Windows color (decimal): -9197923 or 10331763. OLE color: 10331763.
HSL color Cylindrical-coordinate representation of color #73A69D: hue angle of 169.41º 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 #73A69D is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 166 | 157 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.35 |
| HSL | 169.41º | 0.22% | 0.55% | - |
| HSV(B) | 169.41º | 0.31% | 0.65% | - |
| XYZ | 26.79 | 33.35 | 36.92 | - |
| YUV | 149.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 166 | 157 | 0.31 | 0 | 0.05 | 0.35 | 169.41 | 0.22 | 0.55 |
| Hex | 73 | A6 | 9D | 1F | 0 | 5 | 23 | A9 | 16 | 37 |
| Octal | 163 | 246 | 235 | 37 | 0 | 5 | 43 | 251 | 26 | 67 |
| Binary | 1110011 | 10100110 | 10011101 | 11111 | 0 | 101 | 100011 | 10101001 | 10110 | 110111 |
Color Harmonies of #73A69D
Complementary color
Monochromatic Colors of #73A69D
Black with #73A69D
Text Example
Text Example
White with #73A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A69D; }
p { color: rgb(115,166,157); }
H1.HeaderClassName
{
color: #73A69D;
}
.AnyTagClassName
{
color: #73A69D;
}
</style>
background-color css
<style>
a { background-color: #73A69D; }
a { background-color: rgb(115,166,157); }
div.DivClassName
{
background-color: #73A69D;
}
.BgClassName
{
background-color: #73A69D;
}
</style>
border-color css
<style>
span { border-color: #73A69D; }
span { border-color: rgb(115,166,157); }
td.TdClassName
{
border-color: #73A69D;
}
.TagClassName
{
border-color: #73A69D;
}
</style>