Shades of Tradewind #64ABA1
Tints of Tradewind #64ABA1
RGB
CMYK
RGB Variations
Color information
#64ABA1 (or 0x64ABA1) is known color: Tradewind. HEX triplet: 64, AB and A1. RGB value is (100,171,161). Sum of RGB (Red+Green+Blue) = 100+171+161=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #64ABA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ABA1 is #9B545E. Grayscale: #949494. Windows color (decimal): -10179679 or 10595172. OLE color: 10595172.
HSL color Cylindrical-coordinate representation of color #64ABA1: hue angle of 171.55º 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 #64ABA1 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 161 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.33 |
| HSL | 171.55º | 0.3% | 0.53% | - |
| HSV(B) | 171.55º | 0.42% | 0.67% | - |
| XYZ | 26.25 | 34.41 | 38.98 | - |
| YUV | 148.63 | 134.98 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 161 | 0.42 | 0 | 0.06 | 0.33 | 171.55 | 0.3 | 0.53 |
| Hex | 64 | AB | A1 | 2A | 0 | 6 | 21 | AC | 1E | 35 |
| Octal | 144 | 253 | 241 | 52 | 0 | 6 | 41 | 254 | 36 | 65 |
| Binary | 1100100 | 10101011 | 10100001 | 101010 | 0 | 110 | 100001 | 10101100 | 11110 | 110101 |
Color Harmonies of #64ABA1
Complementary color
Monochromatic Colors of #64ABA1
Black with #64ABA1
Text Example
Text Example
White with #64ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABA1; }
p { color: rgb(100,171,161); }
H1.HeaderClassName
{
color: #64ABA1;
}
.AnyTagClassName
{
color: #64ABA1;
}
</style>
background-color css
<style>
a { background-color: #64ABA1; }
a { background-color: rgb(100,171,161); }
div.DivClassName
{
background-color: #64ABA1;
}
.BgClassName
{
background-color: #64ABA1;
}
</style>
border-color css
<style>
span { border-color: #64ABA1; }
span { border-color: rgb(100,171,161); }
td.TdClassName
{
border-color: #64ABA1;
}
.TagClassName
{
border-color: #64ABA1;
}
</style>