Shades of Tradewind #64B8AF
Tints of Tradewind #64B8AF
RGB
CMYK
RGB Variations
Color information
#64B8AF (or 0x64B8AF) is known color: Tradewind. HEX triplet: 64, B8 and AF. RGB value is (100,184,175). Sum of RGB (Red+Green+Blue) = 100+184+175=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #64B8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B8AF is #9B4750. Grayscale: #9D9D9D. Windows color (decimal): -10176337 or 11516004. OLE color: 11516004.
HSL color Cylindrical-coordinate representation of color #64B8AF: hue angle of 173.57º 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 #64B8AF is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 184 | 175 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.28 |
| HSL | 173.57º | 0.37% | 0.56% | - |
| HSV(B) | 173.57º | 0.46% | 0.72% | - |
| XYZ | 30.13 | 40.09 | 46.71 | - |
| YUV | 157.86 | 137.67 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 184 | 175 | 0.46 | 0 | 0.05 | 0.28 | 173.57 | 0.37 | 0.56 |
| Hex | 64 | B8 | AF | 2E | 0 | 5 | 1C | AE | 25 | 38 |
| Octal | 144 | 270 | 257 | 56 | 0 | 5 | 34 | 256 | 45 | 70 |
| Binary | 1100100 | 10111000 | 10101111 | 101110 | 0 | 101 | 11100 | 10101110 | 100101 | 111000 |
Color Harmonies of #64B8AF
Complementary color
Monochromatic Colors of #64B8AF
Black with #64B8AF
Text Example
Text Example
White with #64B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B8AF; }
p { color: rgb(100,184,175); }
H1.HeaderClassName
{
color: #64B8AF;
}
.AnyTagClassName
{
color: #64B8AF;
}
</style>
background-color css
<style>
a { background-color: #64B8AF; }
a { background-color: rgb(100,184,175); }
div.DivClassName
{
background-color: #64B8AF;
}
.BgClassName
{
background-color: #64B8AF;
}
</style>
border-color css
<style>
span { border-color: #64B8AF; }
span { border-color: rgb(100,184,175); }
td.TdClassName
{
border-color: #64B8AF;
}
.TagClassName
{
border-color: #64B8AF;
}
</style>