Shades of Tradewind #62B3A9
Tints of Tradewind #62B3A9
RGB
CMYK
RGB Variations
Color information
#62B3A9 (or 0x62B3A9) is known color: Tradewind. HEX triplet: 62, B3 and A9. RGB value is (98,179,169). Sum of RGB (Red+Green+Blue) = 98+179+169=446 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.97% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #62B3A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62B3A9 is #9D4C56. Grayscale: #999999. Windows color (decimal): -10308695 or 11121506. OLE color: 11121506.
HSL color Cylindrical-coordinate representation of color #62B3A9: hue angle of 172.59º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #62B3A9 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 179 | 169 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.30 |
| HSL | 172.59º | 0.35% | 0.54% | - |
| HSV(B) | 172.59º | 0.45% | 0.7% | - |
| XYZ | 28.32 | 37.7 | 43.32 | - |
| YUV | 153.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 179 | 169 | 0.45 | 0 | 0.06 | 0.30 | 172.59 | 0.35 | 0.54 |
| Hex | 62 | B3 | A9 | 2D | 0 | 6 | 1E | AD | 23 | 36 |
| Octal | 142 | 263 | 251 | 55 | 0 | 6 | 36 | 255 | 43 | 66 |
| Binary | 1100010 | 10110011 | 10101001 | 101101 | 0 | 110 | 11110 | 10101101 | 100011 | 110110 |
Color Harmonies of #62B3A9
Complementary color
Monochromatic Colors of #62B3A9
Black with #62B3A9
Text Example
Text Example
White with #62B3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B3A9; }
p { color: rgb(98,179,169); }
H1.HeaderClassName
{
color: #62B3A9;
}
.AnyTagClassName
{
color: #62B3A9;
}
</style>
background-color css
<style>
a { background-color: #62B3A9; }
a { background-color: rgb(98,179,169); }
div.DivClassName
{
background-color: #62B3A9;
}
.BgClassName
{
background-color: #62B3A9;
}
</style>
border-color css
<style>
span { border-color: #62B3A9; }
span { border-color: rgb(98,179,169); }
td.TdClassName
{
border-color: #62B3A9;
}
.TagClassName
{
border-color: #62B3A9;
}
</style>