Shades of Tradewind #62AAA0
Tints of Tradewind #62AAA0
RGB
CMYK
RGB Variations
Color information
#62AAA0 (or 0x62AAA0) is known color: Tradewind. HEX triplet: 62, AA and A0. RGB value is (98,170,160). Sum of RGB (Red+Green+Blue) = 98+170+160=428 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.90% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #62AAA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AAA0 is #9D555F. Grayscale: #939393. Windows color (decimal): -10311008 or 10529378. OLE color: 10529378.
HSL color Cylindrical-coordinate representation of color #62AAA0: hue angle of 171.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62AAA0 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 170 | 160 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.33 |
| HSL | 171.67º | 0.3% | 0.53% | - |
| HSV(B) | 171.67º | 0.42% | 0.67% | - |
| XYZ | 25.76 | 33.88 | 38.44 | - |
| YUV | 147.33 | 135.15 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 170 | 160 | 0.42 | 0 | 0.06 | 0.33 | 171.67 | 0.3 | 0.53 |
| Hex | 62 | AA | A0 | 2A | 0 | 6 | 21 | AC | 1E | 35 |
| Octal | 142 | 252 | 240 | 52 | 0 | 6 | 41 | 254 | 36 | 65 |
| Binary | 1100010 | 10101010 | 10100000 | 101010 | 0 | 110 | 100001 | 10101100 | 11110 | 110101 |
Color Harmonies of #62AAA0
Complementary color
Monochromatic Colors of #62AAA0
Black with #62AAA0
Text Example
Text Example
White with #62AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AAA0; }
p { color: rgb(98,170,160); }
H1.HeaderClassName
{
color: #62AAA0;
}
.AnyTagClassName
{
color: #62AAA0;
}
</style>
background-color css
<style>
a { background-color: #62AAA0; }
a { background-color: rgb(98,170,160); }
div.DivClassName
{
background-color: #62AAA0;
}
.BgClassName
{
background-color: #62AAA0;
}
</style>
border-color css
<style>
span { border-color: #62AAA0; }
span { border-color: rgb(98,170,160); }
td.TdClassName
{
border-color: #62AAA0;
}
.TagClassName
{
border-color: #62AAA0;
}
</style>