Shades of Tradewind #62A89C
Tints of Tradewind #62A89C
RGB
CMYK
RGB Variations
Color information
#62A89C (or 0x62A89C) is known color: Tradewind. HEX triplet: 62, A8 and 9C. RGB value is (98,168,156). Sum of RGB (Red+Green+Blue) = 98+168+156=422 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.22% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 168 - color contains mainly: green. Hex color #62A89C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A89C is #9D5763. Grayscale: #919191. Windows color (decimal): -10311524 or 10266722. OLE color: 10266722.
HSL color Cylindrical-coordinate representation of color #62A89C: hue angle of 169.71º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62A89C is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 98 | 168 | 156 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.34 |
| HSL | 169.71º | 0.29% | 0.52% | - |
| HSV(B) | 169.71º | 0.42% | 0.66% | - |
| XYZ | 25.04 | 33 | 36.5 | - |
| YUV | 145.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 168 | 156 | 0.42 | 0 | 0.07 | 0.34 | 169.71 | 0.29 | 0.52 |
| Hex | 62 | A8 | 9C | 2A | 0 | 7 | 22 | AA | 1D | 34 |
| Octal | 142 | 250 | 234 | 52 | 0 | 7 | 42 | 252 | 35 | 64 |
| Binary | 1100010 | 10101000 | 10011100 | 101010 | 0 | 111 | 100010 | 10101010 | 11101 | 110100 |
Color Harmonies of #62A89C
Complementary color
Monochromatic Colors of #62A89C
Black with #62A89C
Text Example
Text Example
White with #62A89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A89C; }
p { color: rgb(98,168,156); }
H1.HeaderClassName
{
color: #62A89C;
}
.AnyTagClassName
{
color: #62A89C;
}
</style>
background-color css
<style>
a { background-color: #62A89C; }
a { background-color: rgb(98,168,156); }
div.DivClassName
{
background-color: #62A89C;
}
.BgClassName
{
background-color: #62A89C;
}
</style>
border-color css
<style>
span { border-color: #62A89C; }
span { border-color: rgb(98,168,156); }
td.TdClassName
{
border-color: #62A89C;
}
.TagClassName
{
border-color: #62A89C;
}
</style>