Shades of Tradewind #73AAA2
Tints of Tradewind #73AAA2
RGB
CMYK
RGB Variations
Color information
#73AAA2 (or 0x73AAA2) is known color: Tradewind. HEX triplet: 73, AA and A2. RGB value is (115,170,162). Sum of RGB (Red+Green+Blue) = 115+170+162=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #73AAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AAA2 is #8C555D. Grayscale: #989898. Windows color (decimal): -9196894 or 10660467. OLE color: 10660467.
HSL color Cylindrical-coordinate representation of color #73AAA2: hue angle of 171.27º 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 #73AAA2 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 170 | 162 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.33 |
| HSL | 171.27º | 0.24% | 0.56% | - |
| HSV(B) | 171.27º | 0.32% | 0.67% | - |
| XYZ | 27.97 | 35 | 39.46 | - |
| YUV | 152.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 170 | 162 | 0.32 | 0 | 0.05 | 0.33 | 171.27 | 0.24 | 0.56 |
| Hex | 73 | AA | A2 | 20 | 0 | 5 | 21 | AB | 18 | 38 |
| Octal | 163 | 252 | 242 | 40 | 0 | 5 | 41 | 253 | 30 | 70 |
| Binary | 1110011 | 10101010 | 10100010 | 100000 | 0 | 101 | 100001 | 10101011 | 11000 | 111000 |
Color Harmonies of #73AAA2
Complementary color
Monochromatic Colors of #73AAA2
Black with #73AAA2
Text Example
Text Example
White with #73AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AAA2; }
p { color: rgb(115,170,162); }
H1.HeaderClassName
{
color: #73AAA2;
}
.AnyTagClassName
{
color: #73AAA2;
}
</style>
background-color css
<style>
a { background-color: #73AAA2; }
a { background-color: rgb(115,170,162); }
div.DivClassName
{
background-color: #73AAA2;
}
.BgClassName
{
background-color: #73AAA2;
}
</style>
border-color css
<style>
span { border-color: #73AAA2; }
span { border-color: rgb(115,170,162); }
td.TdClassName
{
border-color: #73AAA2;
}
.TagClassName
{
border-color: #73AAA2;
}
</style>