Shades of Tradewind #62AFA5
Tints of Tradewind #62AFA5
RGB
CMYK
RGB Variations
Color information
#62AFA5 (or 0x62AFA5) is known color: Tradewind. HEX triplet: 62, AF and A5. RGB value is (98,175,165). Sum of RGB (Red+Green+Blue) = 98+175+165=438 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.37% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #62AFA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AFA5 is #9D505A. Grayscale: #969696. Windows color (decimal): -10309723 or 10858338. OLE color: 10858338.
HSL color Cylindrical-coordinate representation of color #62AFA5: hue angle of 172.21º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62AFA5 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 175 | 165 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.31 |
| HSL | 172.21º | 0.32% | 0.54% | - |
| HSV(B) | 172.21º | 0.44% | 0.69% | - |
| XYZ | 27.16 | 35.97 | 41.11 | - |
| YUV | 150.84 | 135.99 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 175 | 165 | 0.44 | 0 | 0.06 | 0.31 | 172.21 | 0.32 | 0.54 |
| Hex | 62 | AF | A5 | 2C | 0 | 6 | 1F | AC | 20 | 36 |
| Octal | 142 | 257 | 245 | 54 | 0 | 6 | 37 | 254 | 40 | 66 |
| Binary | 1100010 | 10101111 | 10100101 | 101100 | 0 | 110 | 11111 | 10101100 | 100000 | 110110 |
Color Harmonies of #62AFA5
Complementary color
Monochromatic Colors of #62AFA5
Black with #62AFA5
Text Example
Text Example
White with #62AFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AFA5; }
p { color: rgb(98,175,165); }
H1.HeaderClassName
{
color: #62AFA5;
}
.AnyTagClassName
{
color: #62AFA5;
}
</style>
background-color css
<style>
a { background-color: #62AFA5; }
a { background-color: rgb(98,175,165); }
div.DivClassName
{
background-color: #62AFA5;
}
.BgClassName
{
background-color: #62AFA5;
}
</style>
border-color css
<style>
span { border-color: #62AFA5; }
span { border-color: rgb(98,175,165); }
td.TdClassName
{
border-color: #62AFA5;
}
.TagClassName
{
border-color: #62AFA5;
}
</style>