Shades of Tradewind #73AAA6
Tints of Tradewind #73AAA6
RGB
CMYK
RGB Variations
Color information
#73AAA6 (or 0x73AAA6) is known color: Tradewind. HEX triplet: 73, AA and A6. RGB value is (115,170,166). Sum of RGB (Red+Green+Blue) = 115+170+166=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 170 - color contains mainly: green. Hex color #73AAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AAA6 is #8C5559. Grayscale: #999999. Windows color (decimal): -9196890 or 10922611. OLE color: 10922611.
HSL color Cylindrical-coordinate representation of color #73AAA6: hue angle of 175.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73AAA6 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 166 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.33 |
| HSL | 175.64º | 0.24% | 0.56% | - |
| HSV(B) | 175.64º | 0.32% | 0.67% | - |
| XYZ | 28.33 | 35.15 | 41.37 | - |
| YUV | 153.1 | 135.28 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 166 | 0.32 | 0 | 0.02 | 0.33 | 175.64 | 0.24 | 0.56 |
| Hex | 73 | AA | A6 | 20 | 0 | 2 | 21 | B0 | 18 | 38 |
| Octal | 163 | 252 | 246 | 40 | 0 | 2 | 41 | 260 | 30 | 70 |
| Binary | 1110011 | 10101010 | 10100110 | 100000 | 0 | 10 | 100001 | 10110000 | 11000 | 111000 |
Color Harmonies of #73AAA6
Complementary color
Monochromatic Colors of #73AAA6
Black with #73AAA6
Text Example
Text Example
White with #73AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AAA6; }
p { color: rgb(115,170,166); }
H1.HeaderClassName
{
color: #73AAA6;
}
.AnyTagClassName
{
color: #73AAA6;
}
</style>
background-color css
<style>
a { background-color: #73AAA6; }
a { background-color: rgb(115,170,166); }
div.DivClassName
{
background-color: #73AAA6;
}
.BgClassName
{
background-color: #73AAA6;
}
</style>
border-color css
<style>
span { border-color: #73AAA6; }
span { border-color: rgb(115,170,166); }
td.TdClassName
{
border-color: #73AAA6;
}
.TagClassName
{
border-color: #73AAA6;
}
</style>