Shades of Tradewind #64BAAF
Tints of Tradewind #64BAAF
RGB
CMYK
RGB Variations
Color information
#64BAAF (or 0x64BAAF) is known color: Tradewind. HEX triplet: 64, BA and AF. RGB value is (100,186,175). Sum of RGB (Red+Green+Blue) = 100+186+175=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #64BAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BAAF is #9B4550. Grayscale: #9E9E9E. Windows color (decimal): -10175825 or 11516516. OLE color: 11516516.
HSL color Cylindrical-coordinate representation of color #64BAAF: hue angle of 172.33º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64BAAF is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 186 | 175 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.27 |
| HSL | 172.33º | 0.38% | 0.56% | - |
| HSV(B) | 172.33º | 0.46% | 0.73% | - |
| XYZ | 30.55 | 40.92 | 46.85 | - |
| YUV | 159.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 186 | 175 | 0.46 | 0 | 0.06 | 0.27 | 172.33 | 0.38 | 0.56 |
| Hex | 64 | BA | AF | 2E | 0 | 6 | 1B | AC | 26 | 38 |
| Octal | 144 | 272 | 257 | 56 | 0 | 6 | 33 | 254 | 46 | 70 |
| Binary | 1100100 | 10111010 | 10101111 | 101110 | 0 | 110 | 11011 | 10101100 | 100110 | 111000 |
Color Harmonies of #64BAAF
Complementary color
Monochromatic Colors of #64BAAF
Black with #64BAAF
Text Example
Text Example
White with #64BAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BAAF; }
p { color: rgb(100,186,175); }
H1.HeaderClassName
{
color: #64BAAF;
}
.AnyTagClassName
{
color: #64BAAF;
}
</style>
background-color css
<style>
a { background-color: #64BAAF; }
a { background-color: rgb(100,186,175); }
div.DivClassName
{
background-color: #64BAAF;
}
.BgClassName
{
background-color: #64BAAF;
}
</style>
border-color css
<style>
span { border-color: #64BAAF; }
span { border-color: rgb(100,186,175); }
td.TdClassName
{
border-color: #64BAAF;
}
.TagClassName
{
border-color: #64BAAF;
}
</style>