Shades of Tradewind #64ABA8
Tints of Tradewind #64ABA8
RGB
CMYK
RGB Variations
Color information
#64ABA8 (or 0x64ABA8) is known color: Tradewind. HEX triplet: 64, AB and A8. RGB value is (100,171,168). Sum of RGB (Red+Green+Blue) = 100+171+168=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #64ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ABA8 is #9B5457. Grayscale: #959595. Windows color (decimal): -10179672 or 11053924. OLE color: 11053924.
HSL color Cylindrical-coordinate representation of color #64ABA8: hue angle of 177.46º 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 #64ABA8 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 171 | 168 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.33 |
| HSL | 177.46º | 0.3% | 0.53% | - |
| HSV(B) | 177.46º | 0.42% | 0.67% | - |
| XYZ | 26.89 | 34.66 | 42.32 | - |
| YUV | 149.43 | 138.48 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 171 | 168 | 0.42 | 0 | 0.02 | 0.33 | 177.46 | 0.3 | 0.53 |
| Hex | 64 | AB | A8 | 2A | 0 | 2 | 21 | B1 | 1E | 35 |
| Octal | 144 | 253 | 250 | 52 | 0 | 2 | 41 | 261 | 36 | 65 |
| Binary | 1100100 | 10101011 | 10101000 | 101010 | 0 | 10 | 100001 | 10110001 | 11110 | 110101 |
Color Harmonies of #64ABA8
Complementary color
Monochromatic Colors of #64ABA8
Black with #64ABA8
Text Example
Text Example
White with #64ABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ABA8; }
p { color: rgb(100,171,168); }
H1.HeaderClassName
{
color: #64ABA8;
}
.AnyTagClassName
{
color: #64ABA8;
}
</style>
background-color css
<style>
a { background-color: #64ABA8; }
a { background-color: rgb(100,171,168); }
div.DivClassName
{
background-color: #64ABA8;
}
.BgClassName
{
background-color: #64ABA8;
}
</style>
border-color css
<style>
span { border-color: #64ABA8; }
span { border-color: rgb(100,171,168); }
td.TdClassName
{
border-color: #64ABA8;
}
.TagClassName
{
border-color: #64ABA8;
}
</style>