Shades of Tradewind #62AFA8
Tints of Tradewind #62AFA8
RGB
CMYK
RGB Variations
Color information
#62AFA8 (or 0x62AFA8) is known color: Tradewind. HEX triplet: 62, AF and A8. RGB value is (98,175,168). Sum of RGB (Red+Green+Blue) = 98+175+168=441 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.22% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #62AFA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62AFA8 is #9D5057. Grayscale: #979797. Windows color (decimal): -10309720 or 11054946. OLE color: 11054946.
HSL color Cylindrical-coordinate representation of color #62AFA8: hue angle of 174.55º 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 #62AFA8 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 175 | 168 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.31 |
| HSL | 174.55º | 0.32% | 0.54% | - |
| HSV(B) | 174.55º | 0.44% | 0.69% | - |
| XYZ | 27.43 | 36.08 | 42.56 | - |
| YUV | 151.18 | 137.49 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 175 | 168 | 0.44 | 0 | 0.04 | 0.31 | 174.55 | 0.32 | 0.54 |
| Hex | 62 | AF | A8 | 2C | 0 | 4 | 1F | AF | 20 | 36 |
| Octal | 142 | 257 | 250 | 54 | 0 | 4 | 37 | 257 | 40 | 66 |
| Binary | 1100010 | 10101111 | 10101000 | 101100 | 0 | 100 | 11111 | 10101111 | 100000 | 110110 |
Color Harmonies of #62AFA8
Complementary color
Monochromatic Colors of #62AFA8
Black with #62AFA8
Text Example
Text Example
White with #62AFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AFA8; }
p { color: rgb(98,175,168); }
H1.HeaderClassName
{
color: #62AFA8;
}
.AnyTagClassName
{
color: #62AFA8;
}
</style>
background-color css
<style>
a { background-color: #62AFA8; }
a { background-color: rgb(98,175,168); }
div.DivClassName
{
background-color: #62AFA8;
}
.BgClassName
{
background-color: #62AFA8;
}
</style>
border-color css
<style>
span { border-color: #62AFA8; }
span { border-color: rgb(98,175,168); }
td.TdClassName
{
border-color: #62AFA8;
}
.TagClassName
{
border-color: #62AFA8;
}
</style>