Shades of Tradewind #62B9B1
Tints of Tradewind #62B9B1
RGB
CMYK
RGB Variations
Color information
#62B9B1 (or 0x62B9B1) is known color: Tradewind. HEX triplet: 62, B9 and B1. RGB value is (98,185,177). Sum of RGB (Red+Green+Blue) = 98+185+177=460 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.30% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #62B9B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62B9B1 is #9D464E. Grayscale: #9E9E9E. Windows color (decimal): -10307151 or 11647330. OLE color: 11647330.
HSL color Cylindrical-coordinate representation of color #62B9B1: hue angle of 174.48º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62B9B1 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 185 | 177 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.27 |
| HSL | 174.48º | 0.38% | 0.55% | - |
| HSV(B) | 174.48º | 0.47% | 0.73% | - |
| XYZ | 30.32 | 40.47 | 47.81 | - |
| YUV | 158.08 | 138.68 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 185 | 177 | 0.47 | 0 | 0.04 | 0.27 | 174.48 | 0.38 | 0.55 |
| Hex | 62 | B9 | B1 | 2F | 0 | 4 | 1B | AE | 26 | 37 |
| Octal | 142 | 271 | 261 | 57 | 0 | 4 | 33 | 256 | 46 | 67 |
| Binary | 1100010 | 10111001 | 10110001 | 101111 | 0 | 100 | 11011 | 10101110 | 100110 | 110111 |
Color Harmonies of #62B9B1
Complementary color
Monochromatic Colors of #62B9B1
Black with #62B9B1
Text Example
Text Example
White with #62B9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B9B1; }
p { color: rgb(98,185,177); }
H1.HeaderClassName
{
color: #62B9B1;
}
.AnyTagClassName
{
color: #62B9B1;
}
</style>
background-color css
<style>
a { background-color: #62B9B1; }
a { background-color: rgb(98,185,177); }
div.DivClassName
{
background-color: #62B9B1;
}
.BgClassName
{
background-color: #62B9B1;
}
</style>
border-color css
<style>
span { border-color: #62B9B1; }
span { border-color: rgb(98,185,177); }
td.TdClassName
{
border-color: #62B9B1;
}
.TagClassName
{
border-color: #62B9B1;
}
</style>