Shades of Tradewind #64ADA0
Tints of Tradewind #64ADA0
RGB
CMYK
RGB Variations
Color information
#64ADA0 (or 0x64ADA0) is known color: Tradewind. HEX triplet: 64, AD and A0. RGB value is (100,173,160). Sum of RGB (Red+Green+Blue) = 100+173+160=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #64ADA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ADA0 is #9B525F. Grayscale: #959595. Windows color (decimal): -10179168 or 10530148. OLE color: 10530148.
HSL color Cylindrical-coordinate representation of color #64ADA0: hue angle of 169.32º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64ADA0 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 160 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.32 |
| HSL | 169.32º | 0.31% | 0.54% | - |
| HSV(B) | 169.32º | 0.42% | 0.68% | - |
| XYZ | 26.54 | 35.13 | 38.64 | - |
| YUV | 149.69 | 133.82 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 160 | 0.42 | 0 | 0.08 | 0.32 | 169.32 | 0.31 | 0.54 |
| Hex | 64 | AD | A0 | 2A | 0 | 8 | 20 | A9 | 1F | 36 |
| Octal | 144 | 255 | 240 | 52 | 0 | 10 | 40 | 251 | 37 | 66 |
| Binary | 1100100 | 10101101 | 10100000 | 101010 | 0 | 1000 | 100000 | 10101001 | 11111 | 110110 |
Color Harmonies of #64ADA0
Complementary color
Monochromatic Colors of #64ADA0
Black with #64ADA0
Text Example
Text Example
White with #64ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADA0; }
p { color: rgb(100,173,160); }
H1.HeaderClassName
{
color: #64ADA0;
}
.AnyTagClassName
{
color: #64ADA0;
}
</style>
background-color css
<style>
a { background-color: #64ADA0; }
a { background-color: rgb(100,173,160); }
div.DivClassName
{
background-color: #64ADA0;
}
.BgClassName
{
background-color: #64ADA0;
}
</style>
border-color css
<style>
span { border-color: #64ADA0; }
span { border-color: rgb(100,173,160); }
td.TdClassName
{
border-color: #64ADA0;
}
.TagClassName
{
border-color: #64ADA0;
}
</style>