Shades of Tradewind #64B9AB
Tints of Tradewind #64B9AB
RGB
CMYK
RGB Variations
Color information
#64B9AB (or 0x64B9AB) is known color: Tradewind. HEX triplet: 64, B9 and AB. RGB value is (100,185,171). Sum of RGB (Red+Green+Blue) = 100+185+171=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #64B9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B9AB is #9B4654. Grayscale: #9D9D9D. Windows color (decimal): -10176085 or 11254116. OLE color: 11254116.
HSL color Cylindrical-coordinate representation of color #64B9AB: hue angle of 170.12º 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 #64B9AB is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 185 | 171 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.27 |
| HSL | 170.12º | 0.38% | 0.56% | - |
| HSV(B) | 170.12º | 0.46% | 0.73% | - |
| XYZ | 29.96 | 40.35 | 44.74 | - |
| YUV | 157.99 | 135.34 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 185 | 171 | 0.46 | 0 | 0.08 | 0.27 | 170.12 | 0.38 | 0.56 |
| Hex | 64 | B9 | AB | 2E | 0 | 8 | 1B | AA | 26 | 38 |
| Octal | 144 | 271 | 253 | 56 | 0 | 10 | 33 | 252 | 46 | 70 |
| Binary | 1100100 | 10111001 | 10101011 | 101110 | 0 | 1000 | 11011 | 10101010 | 100110 | 111000 |
Color Harmonies of #64B9AB
Complementary color
Monochromatic Colors of #64B9AB
Black with #64B9AB
Text Example
Text Example
White with #64B9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B9AB; }
p { color: rgb(100,185,171); }
H1.HeaderClassName
{
color: #64B9AB;
}
.AnyTagClassName
{
color: #64B9AB;
}
</style>
background-color css
<style>
a { background-color: #64B9AB; }
a { background-color: rgb(100,185,171); }
div.DivClassName
{
background-color: #64B9AB;
}
.BgClassName
{
background-color: #64B9AB;
}
</style>
border-color css
<style>
span { border-color: #64B9AB; }
span { border-color: rgb(100,185,171); }
td.TdClassName
{
border-color: #64B9AB;
}
.TagClassName
{
border-color: #64B9AB;
}
</style>