Shades of Tradewind #64ACA3
Tints of Tradewind #64ACA3
RGB
CMYK
RGB Variations
Color information
#64ACA3 (or 0x64ACA3) is known color: Tradewind. HEX triplet: 64, AC and A3. RGB value is (100,172,163). Sum of RGB (Red+Green+Blue) = 100+172+163=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #64ACA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ACA3 is #9B535C. Grayscale: #959595. Windows color (decimal): -10179421 or 10726500. OLE color: 10726500.
HSL color Cylindrical-coordinate representation of color #64ACA3: hue angle of 172.5º 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 #64ACA3 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 163 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.33 |
| HSL | 172.5º | 0.3% | 0.53% | - |
| HSV(B) | 172.5º | 0.42% | 0.67% | - |
| XYZ | 26.62 | 34.86 | 39.98 | - |
| YUV | 149.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 163 | 0.42 | 0 | 0.05 | 0.33 | 172.5 | 0.3 | 0.53 |
| Hex | 64 | AC | A3 | 2A | 0 | 5 | 21 | AC | 1E | 35 |
| Octal | 144 | 254 | 243 | 52 | 0 | 5 | 41 | 254 | 36 | 65 |
| Binary | 1100100 | 10101100 | 10100011 | 101010 | 0 | 101 | 100001 | 10101100 | 11110 | 110101 |
Color Harmonies of #64ACA3
Complementary color
Monochromatic Colors of #64ACA3
Black with #64ACA3
Text Example
Text Example
White with #64ACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACA3; }
p { color: rgb(100,172,163); }
H1.HeaderClassName
{
color: #64ACA3;
}
.AnyTagClassName
{
color: #64ACA3;
}
</style>
background-color css
<style>
a { background-color: #64ACA3; }
a { background-color: rgb(100,172,163); }
div.DivClassName
{
background-color: #64ACA3;
}
.BgClassName
{
background-color: #64ACA3;
}
</style>
border-color css
<style>
span { border-color: #64ACA3; }
span { border-color: rgb(100,172,163); }
td.TdClassName
{
border-color: #64ACA3;
}
.TagClassName
{
border-color: #64ACA3;
}
</style>