Shades of Tradewind #64BCAF
Tints of Tradewind #64BCAF
RGB
CMYK
RGB Variations
Color information
#64BCAF (or 0x64BCAF) is known color: Tradewind. HEX triplet: 64, BC and AF. RGB value is (100,188,175). Sum of RGB (Red+Green+Blue) = 100+188+175=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #64BCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BCAF is #9B4350. Grayscale: #A0A0A0. Windows color (decimal): -10175313 or 11517028. OLE color: 11517028.
HSL color Cylindrical-coordinate representation of color #64BCAF: hue angle of 171.14º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64BCAF is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 188 | 175 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.26 |
| HSL | 171.14º | 0.4% | 0.56% | - |
| HSV(B) | 171.14º | 0.47% | 0.74% | - |
| XYZ | 30.98 | 41.77 | 46.99 | - |
| YUV | 160.21 | 136.35 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 188 | 175 | 0.47 | 0 | 0.07 | 0.26 | 171.14 | 0.4 | 0.56 |
| Hex | 64 | BC | AF | 2F | 0 | 7 | 1A | AB | 28 | 38 |
| Octal | 144 | 274 | 257 | 57 | 0 | 7 | 32 | 253 | 50 | 70 |
| Binary | 1100100 | 10111100 | 10101111 | 101111 | 0 | 111 | 11010 | 10101011 | 101000 | 111000 |
Color Harmonies of #64BCAF
Complementary color
Monochromatic Colors of #64BCAF
Black with #64BCAF
Text Example
Text Example
White with #64BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BCAF; }
p { color: rgb(100,188,175); }
H1.HeaderClassName
{
color: #64BCAF;
}
.AnyTagClassName
{
color: #64BCAF;
}
</style>
background-color css
<style>
a { background-color: #64BCAF; }
a { background-color: rgb(100,188,175); }
div.DivClassName
{
background-color: #64BCAF;
}
.BgClassName
{
background-color: #64BCAF;
}
</style>
border-color css
<style>
span { border-color: #64BCAF; }
span { border-color: rgb(100,188,175); }
td.TdClassName
{
border-color: #64BCAF;
}
.TagClassName
{
border-color: #64BCAF;
}
</style>