Shades of Tradewind #62ABA8
Tints of Tradewind #62ABA8
RGB
CMYK
RGB Variations
Color information
#62ABA8 (or 0x62ABA8) is known color: Tradewind. HEX triplet: 62, AB and A8. RGB value is (98,171,168). Sum of RGB (Red+Green+Blue) = 98+171+168=437 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.43% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #62ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62ABA8 is #9D5457. Grayscale: #949494. Windows color (decimal): -10310744 or 11053922. OLE color: 11053922.
HSL color Cylindrical-coordinate representation of color #62ABA8: hue angle of 177.53º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62ABA8 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 171 | 168 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.33 |
| HSL | 177.53º | 0.3% | 0.53% | - |
| HSV(B) | 177.53º | 0.43% | 0.67% | - |
| XYZ | 26.67 | 34.55 | 42.31 | - |
| YUV | 148.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 171 | 168 | 0.43 | 0 | 0.02 | 0.33 | 177.53 | 0.3 | 0.53 |
| Hex | 62 | AB | A8 | 2B | 0 | 2 | 21 | B2 | 1E | 35 |
| Octal | 142 | 253 | 250 | 53 | 0 | 2 | 41 | 262 | 36 | 65 |
| Binary | 1100010 | 10101011 | 10101000 | 101011 | 0 | 10 | 100001 | 10110010 | 11110 | 110101 |
Color Harmonies of #62ABA8
Complementary color
Monochromatic Colors of #62ABA8
Black with #62ABA8
Text Example
Text Example
White with #62ABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ABA8; }
p { color: rgb(98,171,168); }
H1.HeaderClassName
{
color: #62ABA8;
}
.AnyTagClassName
{
color: #62ABA8;
}
</style>
background-color css
<style>
a { background-color: #62ABA8; }
a { background-color: rgb(98,171,168); }
div.DivClassName
{
background-color: #62ABA8;
}
.BgClassName
{
background-color: #62ABA8;
}
</style>
border-color css
<style>
span { border-color: #62ABA8; }
span { border-color: rgb(98,171,168); }
td.TdClassName
{
border-color: #62ABA8;
}
.TagClassName
{
border-color: #62ABA8;
}
</style>