Shades of Tradewind #64ACA0
Tints of Tradewind #64ACA0
RGB
CMYK
RGB Variations
Color information
#64ACA0 (or 0x64ACA0) is known color: Tradewind. HEX triplet: 64, AC and A0. RGB value is (100,172,160). Sum of RGB (Red+Green+Blue) = 100+172+160=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #64ACA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ACA0 is #9B535F. Grayscale: #959595. Windows color (decimal): -10179424 or 10529892. OLE color: 10529892.
HSL color Cylindrical-coordinate representation of color #64ACA0: hue angle of 170º 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 #64ACA0 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 160 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.33 |
| HSL | 170º | 0.3% | 0.53% | - |
| HSV(B) | 170º | 0.42% | 0.67% | - |
| XYZ | 26.35 | 34.75 | 38.58 | - |
| YUV | 149.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 160 | 0.42 | 0 | 0.07 | 0.33 | 170 | 0.3 | 0.53 |
| Hex | 64 | AC | A0 | 2A | 0 | 7 | 21 | AA | 1E | 35 |
| Octal | 144 | 254 | 240 | 52 | 0 | 7 | 41 | 252 | 36 | 65 |
| Binary | 1100100 | 10101100 | 10100000 | 101010 | 0 | 111 | 100001 | 10101010 | 11110 | 110101 |
Color Harmonies of #64ACA0
Complementary color
Monochromatic Colors of #64ACA0
Black with #64ACA0
Text Example
Text Example
White with #64ACA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACA0; }
p { color: rgb(100,172,160); }
H1.HeaderClassName
{
color: #64ACA0;
}
.AnyTagClassName
{
color: #64ACA0;
}
</style>
background-color css
<style>
a { background-color: #64ACA0; }
a { background-color: rgb(100,172,160); }
div.DivClassName
{
background-color: #64ACA0;
}
.BgClassName
{
background-color: #64ACA0;
}
</style>
border-color css
<style>
span { border-color: #64ACA0; }
span { border-color: rgb(100,172,160); }
td.TdClassName
{
border-color: #64ACA0;
}
.TagClassName
{
border-color: #64ACA0;
}
</style>