Shades of Tradewind #63ABA2
Tints of Tradewind #63ABA2
RGB
CMYK
RGB Variations
Color information
#63ABA2 (or 0x63ABA2) is known color: Tradewind. HEX triplet: 63, AB and A2. RGB value is (99,171,162). Sum of RGB (Red+Green+Blue) = 99+171+162=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #63ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ABA2 is #9C545D. Grayscale: #949494. Windows color (decimal): -10245214 or 10660707. OLE color: 10660707.
HSL color Cylindrical-coordinate representation of color #63ABA2: hue angle of 172.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63ABA2 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 171 | 162 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.33 |
| HSL | 172.5º | 0.3% | 0.53% | - |
| HSV(B) | 172.5º | 0.42% | 0.67% | - |
| XYZ | 26.23 | 34.39 | 39.44 | - |
| YUV | 148.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 162 | 0.42 | 0 | 0.05 | 0.33 | 172.5 | 0.3 | 0.53 |
| Hex | 63 | AB | A2 | 2A | 0 | 5 | 21 | AC | 1E | 35 |
| Octal | 143 | 253 | 242 | 52 | 0 | 5 | 41 | 254 | 36 | 65 |
| Binary | 1100011 | 10101011 | 10100010 | 101010 | 0 | 101 | 100001 | 10101100 | 11110 | 110101 |
Color Harmonies of #63ABA2
Complementary color
Monochromatic Colors of #63ABA2
Black with #63ABA2
Text Example
Text Example
White with #63ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ABA2; }
p { color: rgb(99,171,162); }
H1.HeaderClassName
{
color: #63ABA2;
}
.AnyTagClassName
{
color: #63ABA2;
}
</style>
background-color css
<style>
a { background-color: #63ABA2; }
a { background-color: rgb(99,171,162); }
div.DivClassName
{
background-color: #63ABA2;
}
.BgClassName
{
background-color: #63ABA2;
}
</style>
border-color css
<style>
span { border-color: #63ABA2; }
span { border-color: rgb(99,171,162); }
td.TdClassName
{
border-color: #63ABA2;
}
.TagClassName
{
border-color: #63ABA2;
}
</style>