Shades of Tradewind #63ADA6
Tints of Tradewind #63ADA6
RGB
CMYK
RGB Variations
Color information
#63ADA6 (or 0x63ADA6) is known color: Tradewind. HEX triplet: 63, AD and A6. RGB value is (99,173,166). Sum of RGB (Red+Green+Blue) = 99+173+166=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 173 - color contains mainly: green. Hex color #63ADA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ADA6 is #9C5259. Grayscale: #969696. Windows color (decimal): -10244698 or 10923363. OLE color: 10923363.
HSL color Cylindrical-coordinate representation of color #63ADA6: hue angle of 174.32º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63ADA6 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 173 | 166 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.32 |
| HSL | 174.32º | 0.31% | 0.53% | - |
| HSV(B) | 174.32º | 0.43% | 0.68% | - |
| XYZ | 26.97 | 35.29 | 41.47 | - |
| YUV | 150.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 166 | 0.43 | 0 | 0.04 | 0.32 | 174.32 | 0.31 | 0.53 |
| Hex | 63 | AD | A6 | 2B | 0 | 4 | 20 | AE | 1F | 35 |
| Octal | 143 | 255 | 246 | 53 | 0 | 4 | 40 | 256 | 37 | 65 |
| Binary | 1100011 | 10101101 | 10100110 | 101011 | 0 | 100 | 100000 | 10101110 | 11111 | 110101 |
Color Harmonies of #63ADA6
Complementary color
Monochromatic Colors of #63ADA6
Black with #63ADA6
Text Example
Text Example
White with #63ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ADA6; }
p { color: rgb(99,173,166); }
H1.HeaderClassName
{
color: #63ADA6;
}
.AnyTagClassName
{
color: #63ADA6;
}
</style>
background-color css
<style>
a { background-color: #63ADA6; }
a { background-color: rgb(99,173,166); }
div.DivClassName
{
background-color: #63ADA6;
}
.BgClassName
{
background-color: #63ADA6;
}
</style>
border-color css
<style>
span { border-color: #63ADA6; }
span { border-color: rgb(99,173,166); }
td.TdClassName
{
border-color: #63ADA6;
}
.TagClassName
{
border-color: #63ADA6;
}
</style>