Shades of Tradewind #62B8AD
Tints of Tradewind #62B8AD
RGB
CMYK
RGB Variations
Color information
#62B8AD (or 0x62B8AD) is known color: Tradewind. HEX triplet: 62, B8 and AD. RGB value is (98,184,173). Sum of RGB (Red+Green+Blue) = 98+184+173=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #62B8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62B8AD is #9D4752. Grayscale: #9C9C9C. Windows color (decimal): -10307411 or 11384930. OLE color: 11384930.
HSL color Cylindrical-coordinate representation of color #62B8AD: hue angle of 172.33º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62B8AD is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 184 | 173 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.28 |
| HSL | 172.33º | 0.38% | 0.55% | - |
| HSV(B) | 172.33º | 0.47% | 0.72% | - |
| XYZ | 29.72 | 39.89 | 45.67 | - |
| YUV | 157.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 184 | 173 | 0.47 | 0 | 0.06 | 0.28 | 172.33 | 0.38 | 0.55 |
| Hex | 62 | B8 | AD | 2F | 0 | 6 | 1C | AC | 26 | 37 |
| Octal | 142 | 270 | 255 | 57 | 0 | 6 | 34 | 254 | 46 | 67 |
| Binary | 1100010 | 10111000 | 10101101 | 101111 | 0 | 110 | 11100 | 10101100 | 100110 | 110111 |
Color Harmonies of #62B8AD
Complementary color
Monochromatic Colors of #62B8AD
Black with #62B8AD
Text Example
Text Example
White with #62B8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B8AD; }
p { color: rgb(98,184,173); }
H1.HeaderClassName
{
color: #62B8AD;
}
.AnyTagClassName
{
color: #62B8AD;
}
</style>
background-color css
<style>
a { background-color: #62B8AD; }
a { background-color: rgb(98,184,173); }
div.DivClassName
{
background-color: #62B8AD;
}
.BgClassName
{
background-color: #62B8AD;
}
</style>
border-color css
<style>
span { border-color: #62B8AD; }
span { border-color: rgb(98,184,173); }
td.TdClassName
{
border-color: #62B8AD;
}
.TagClassName
{
border-color: #62B8AD;
}
</style>