Shades of Tradewind #62AEA1
Tints of Tradewind #62AEA1
RGB
CMYK
RGB Variations
Color information
#62AEA1 (or 0x62AEA1) is known color: Tradewind. HEX triplet: 62, AE and A1. RGB value is (98,174,161). Sum of RGB (Red+Green+Blue) = 98+174+161=433 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.63% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #62AEA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AEA1 is #9D515E. Grayscale: #959595. Windows color (decimal): -10309983 or 10595938. OLE color: 10595938.
HSL color Cylindrical-coordinate representation of color #62AEA1: hue angle of 169.74º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62AEA1 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 174 | 161 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.32 |
| HSL | 169.74º | 0.32% | 0.53% | - |
| HSV(B) | 169.74º | 0.44% | 0.68% | - |
| XYZ | 26.61 | 35.44 | 39.16 | - |
| YUV | 149.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 174 | 161 | 0.44 | 0 | 0.07 | 0.32 | 169.74 | 0.32 | 0.53 |
| Hex | 62 | AE | A1 | 2C | 0 | 7 | 20 | AA | 20 | 35 |
| Octal | 142 | 256 | 241 | 54 | 0 | 7 | 40 | 252 | 40 | 65 |
| Binary | 1100010 | 10101110 | 10100001 | 101100 | 0 | 111 | 100000 | 10101010 | 100000 | 110101 |
Color Harmonies of #62AEA1
Complementary color
Monochromatic Colors of #62AEA1
Black with #62AEA1
Text Example
Text Example
White with #62AEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AEA1; }
p { color: rgb(98,174,161); }
H1.HeaderClassName
{
color: #62AEA1;
}
.AnyTagClassName
{
color: #62AEA1;
}
</style>
background-color css
<style>
a { background-color: #62AEA1; }
a { background-color: rgb(98,174,161); }
div.DivClassName
{
background-color: #62AEA1;
}
.BgClassName
{
background-color: #62AEA1;
}
</style>
border-color css
<style>
span { border-color: #62AEA1; }
span { border-color: rgb(98,174,161); }
td.TdClassName
{
border-color: #62AEA1;
}
.TagClassName
{
border-color: #62AEA1;
}
</style>