Shades of Tradewind #64ABA3
Tints of Tradewind #64ABA3
RGB
CMYK
RGB Variations
Color information
#64ABA3 (or 0x64ABA3) is known color: Tradewind. HEX triplet: 64, AB and A3. RGB value is (100,171,163). Sum of RGB (Red+Green+Blue) = 100+171+163=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #64ABA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ABA3 is #9B545C. Grayscale: #949494. Windows color (decimal): -10179677 or 10726244. OLE color: 10726244.
HSL color Cylindrical-coordinate representation of color #64ABA3: hue angle of 173.24º 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 #64ABA3 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 163 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.33 |
| HSL | 173.24º | 0.3% | 0.53% | - |
| HSV(B) | 173.24º | 0.42% | 0.67% | - |
| XYZ | 26.43 | 34.48 | 39.91 | - |
| YUV | 148.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 163 | 0.42 | 0 | 0.05 | 0.33 | 173.24 | 0.3 | 0.53 |
| Hex | 64 | AB | A3 | 2A | 0 | 5 | 21 | AD | 1E | 35 |
| Octal | 144 | 253 | 243 | 52 | 0 | 5 | 41 | 255 | 36 | 65 |
| Binary | 1100100 | 10101011 | 10100011 | 101010 | 0 | 101 | 100001 | 10101101 | 11110 | 110101 |
Color Harmonies of #64ABA3
Complementary color
Monochromatic Colors of #64ABA3
Black with #64ABA3
Text Example
Text Example
White with #64ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABA3; }
p { color: rgb(100,171,163); }
H1.HeaderClassName
{
color: #64ABA3;
}
.AnyTagClassName
{
color: #64ABA3;
}
</style>
background-color css
<style>
a { background-color: #64ABA3; }
a { background-color: rgb(100,171,163); }
div.DivClassName
{
background-color: #64ABA3;
}
.BgClassName
{
background-color: #64ABA3;
}
</style>
border-color css
<style>
span { border-color: #64ABA3; }
span { border-color: rgb(100,171,163); }
td.TdClassName
{
border-color: #64ABA3;
}
.TagClassName
{
border-color: #64ABA3;
}
</style>