Shades of Tradewind #63ADA4
Tints of Tradewind #63ADA4
RGB
CMYK
RGB Variations
Color information
#63ADA4 (or 0x63ADA4) is known color: Tradewind. HEX triplet: 63, AD and A4. RGB value is (99,173,164). Sum of RGB (Red+Green+Blue) = 99+173+164=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 173 - color contains mainly: green. Hex color #63ADA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ADA4 is #9C525B. Grayscale: #959595. Windows color (decimal): -10244700 or 10792291. OLE color: 10792291.
HSL color Cylindrical-coordinate representation of color #63ADA4: hue angle of 172.7º 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 #63ADA4 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 173 | 164 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.32 |
| HSL | 172.7º | 0.31% | 0.53% | - |
| HSV(B) | 172.7º | 0.43% | 0.68% | - |
| XYZ | 26.79 | 35.22 | 40.51 | - |
| YUV | 149.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 164 | 0.43 | 0 | 0.05 | 0.32 | 172.7 | 0.31 | 0.53 |
| Hex | 63 | AD | A4 | 2B | 0 | 5 | 20 | AD | 1F | 35 |
| Octal | 143 | 255 | 244 | 53 | 0 | 5 | 40 | 255 | 37 | 65 |
| Binary | 1100011 | 10101101 | 10100100 | 101011 | 0 | 101 | 100000 | 10101101 | 11111 | 110101 |
Color Harmonies of #63ADA4
Complementary color
Monochromatic Colors of #63ADA4
Black with #63ADA4
Text Example
Text Example
White with #63ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ADA4; }
p { color: rgb(99,173,164); }
H1.HeaderClassName
{
color: #63ADA4;
}
.AnyTagClassName
{
color: #63ADA4;
}
</style>
background-color css
<style>
a { background-color: #63ADA4; }
a { background-color: rgb(99,173,164); }
div.DivClassName
{
background-color: #63ADA4;
}
.BgClassName
{
background-color: #63ADA4;
}
</style>
border-color css
<style>
span { border-color: #63ADA4; }
span { border-color: rgb(99,173,164); }
td.TdClassName
{
border-color: #63ADA4;
}
.TagClassName
{
border-color: #63ADA4;
}
</style>