Shades of Tradewind #63ABA7
Tints of Tradewind #63ABA7
RGB
CMYK
RGB Variations
Color information
#63ABA7 (or 0x63ABA7) is known color: Tradewind. HEX triplet: 63, AB and A7. RGB value is (99,171,167). Sum of RGB (Red+Green+Blue) = 99+171+167=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #63ABA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ABA7 is #9C5458. Grayscale: #949494. Windows color (decimal): -10245209 or 10988387. OLE color: 10988387.
HSL color Cylindrical-coordinate representation of color #63ABA7: hue angle of 176.67º 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 #63ABA7 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 171 | 167 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.33 |
| HSL | 176.67º | 0.3% | 0.53% | - |
| HSV(B) | 176.67º | 0.42% | 0.67% | - |
| XYZ | 26.68 | 34.57 | 41.83 | - |
| YUV | 149.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 167 | 0.42 | 0 | 0.02 | 0.33 | 176.67 | 0.3 | 0.53 |
| Hex | 63 | AB | A7 | 2A | 0 | 2 | 21 | B1 | 1E | 35 |
| Octal | 143 | 253 | 247 | 52 | 0 | 2 | 41 | 261 | 36 | 65 |
| Binary | 1100011 | 10101011 | 10100111 | 101010 | 0 | 10 | 100001 | 10110001 | 11110 | 110101 |
Color Harmonies of #63ABA7
Complementary color
Monochromatic Colors of #63ABA7
Black with #63ABA7
Text Example
Text Example
White with #63ABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ABA7; }
p { color: rgb(99,171,167); }
H1.HeaderClassName
{
color: #63ABA7;
}
.AnyTagClassName
{
color: #63ABA7;
}
</style>
background-color css
<style>
a { background-color: #63ABA7; }
a { background-color: rgb(99,171,167); }
div.DivClassName
{
background-color: #63ABA7;
}
.BgClassName
{
background-color: #63ABA7;
}
</style>
border-color css
<style>
span { border-color: #63ABA7; }
span { border-color: rgb(99,171,167); }
td.TdClassName
{
border-color: #63ABA7;
}
.TagClassName
{
border-color: #63ABA7;
}
</style>