Shades of Tradewind #64ABA2
Tints of Tradewind #64ABA2
RGB
CMYK
RGB Variations
Color information
#64ABA2 (or 0x64ABA2) is known color: Tradewind. HEX triplet: 64, AB and A2. RGB value is (100,171,162). Sum of RGB (Red+Green+Blue) = 100+171+162=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #64ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ABA2 is #9B545D. Grayscale: #949494. Windows color (decimal): -10179678 or 10660708. OLE color: 10660708.
HSL color Cylindrical-coordinate representation of color #64ABA2: hue angle of 172.39º 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 #64ABA2 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 162 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.33 |
| HSL | 172.39º | 0.3% | 0.53% | - |
| HSV(B) | 172.39º | 0.42% | 0.67% | - |
| XYZ | 26.34 | 34.44 | 39.44 | - |
| YUV | 148.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 162 | 0.42 | 0 | 0.05 | 0.33 | 172.39 | 0.3 | 0.53 |
| Hex | 64 | AB | A2 | 2A | 0 | 5 | 21 | AC | 1E | 35 |
| Octal | 144 | 253 | 242 | 52 | 0 | 5 | 41 | 254 | 36 | 65 |
| Binary | 1100100 | 10101011 | 10100010 | 101010 | 0 | 101 | 100001 | 10101100 | 11110 | 110101 |
Color Harmonies of #64ABA2
Complementary color
Monochromatic Colors of #64ABA2
Black with #64ABA2
Text Example
Text Example
White with #64ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABA2; }
p { color: rgb(100,171,162); }
H1.HeaderClassName
{
color: #64ABA2;
}
.AnyTagClassName
{
color: #64ABA2;
}
</style>
background-color css
<style>
a { background-color: #64ABA2; }
a { background-color: rgb(100,171,162); }
div.DivClassName
{
background-color: #64ABA2;
}
.BgClassName
{
background-color: #64ABA2;
}
</style>
border-color css
<style>
span { border-color: #64ABA2; }
span { border-color: rgb(100,171,162); }
td.TdClassName
{
border-color: #64ABA2;
}
.TagClassName
{
border-color: #64ABA2;
}
</style>