Shades of Tradewind #64B3AD
Tints of Tradewind #64B3AD
RGB
CMYK
RGB Variations
Color information
#64B3AD (or 0x64B3AD) is known color: Tradewind. HEX triplet: 64, B3 and AD. RGB value is (100,179,173). Sum of RGB (Red+Green+Blue) = 100+179+173=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #64B3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B3AD is #9B4C52. Grayscale: #9A9A9A. Windows color (decimal): -10177619 or 11383652. OLE color: 11383652.
HSL color Cylindrical-coordinate representation of color #64B3AD: hue angle of 175.44º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64B3AD is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 179 | 173 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.30 |
| HSL | 175.44º | 0.34% | 0.55% | - |
| HSV(B) | 175.44º | 0.44% | 0.7% | - |
| XYZ | 28.92 | 37.97 | 45.34 | - |
| YUV | 154.7 | 138.33 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 179 | 173 | 0.44 | 0 | 0.03 | 0.30 | 175.44 | 0.34 | 0.55 |
| Hex | 64 | B3 | AD | 2C | 0 | 3 | 1E | AF | 22 | 37 |
| Octal | 144 | 263 | 255 | 54 | 0 | 3 | 36 | 257 | 42 | 67 |
| Binary | 1100100 | 10110011 | 10101101 | 101100 | 0 | 11 | 11110 | 10101111 | 100010 | 110111 |
Color Harmonies of #64B3AD
Complementary color
Monochromatic Colors of #64B3AD
Black with #64B3AD
Text Example
Text Example
White with #64B3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B3AD; }
p { color: rgb(100,179,173); }
H1.HeaderClassName
{
color: #64B3AD;
}
.AnyTagClassName
{
color: #64B3AD;
}
</style>
background-color css
<style>
a { background-color: #64B3AD; }
a { background-color: rgb(100,179,173); }
div.DivClassName
{
background-color: #64B3AD;
}
.BgClassName
{
background-color: #64B3AD;
}
</style>
border-color css
<style>
span { border-color: #64B3AD; }
span { border-color: rgb(100,179,173); }
td.TdClassName
{
border-color: #64B3AD;
}
.TagClassName
{
border-color: #64B3AD;
}
</style>