Shades of Tradewind #64B8AD
Tints of Tradewind #64B8AD
RGB
CMYK
RGB Variations
Color information
#64B8AD (or 0x64B8AD) is known color: Tradewind. HEX triplet: 64, B8 and AD. RGB value is (100,184,173). Sum of RGB (Red+Green+Blue) = 100+184+173=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #64B8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B8AD is #9B4752. Grayscale: #9D9D9D. Windows color (decimal): -10176339 or 11384932. OLE color: 11384932.
HSL color Cylindrical-coordinate representation of color #64B8AD: hue angle of 172.14º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64B8AD is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 184 | 173 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.28 |
| HSL | 172.14º | 0.37% | 0.56% | - |
| HSV(B) | 172.14º | 0.46% | 0.72% | - |
| XYZ | 29.94 | 40.01 | 45.68 | - |
| YUV | 157.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 184 | 173 | 0.46 | 0 | 0.06 | 0.28 | 172.14 | 0.37 | 0.56 |
| Hex | 64 | B8 | AD | 2E | 0 | 6 | 1C | AC | 25 | 38 |
| Octal | 144 | 270 | 255 | 56 | 0 | 6 | 34 | 254 | 45 | 70 |
| Binary | 1100100 | 10111000 | 10101101 | 101110 | 0 | 110 | 11100 | 10101100 | 100101 | 111000 |
Color Harmonies of #64B8AD
Complementary color
Monochromatic Colors of #64B8AD
Black with #64B8AD
Text Example
Text Example
White with #64B8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B8AD; }
p { color: rgb(100,184,173); }
H1.HeaderClassName
{
color: #64B8AD;
}
.AnyTagClassName
{
color: #64B8AD;
}
</style>
background-color css
<style>
a { background-color: #64B8AD; }
a { background-color: rgb(100,184,173); }
div.DivClassName
{
background-color: #64B8AD;
}
.BgClassName
{
background-color: #64B8AD;
}
</style>
border-color css
<style>
span { border-color: #64B8AD; }
span { border-color: rgb(100,184,173); }
td.TdClassName
{
border-color: #64B8AD;
}
.TagClassName
{
border-color: #64B8AD;
}
</style>