Shades of Tradewind #64B5A7
Tints of Tradewind #64B5A7
RGB
CMYK
RGB Variations
Color information
#64B5A7 (or 0x64B5A7) is known color: Tradewind. HEX triplet: 64, B5 and A7. RGB value is (100,181,167). Sum of RGB (Red+Green+Blue) = 100+181+167=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 167 (65.62% from 255 or 37.28% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #64B5A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B5A7 is #9B4A58. Grayscale: #9B9B9B. Windows color (decimal): -10177113 or 10990948. OLE color: 10990948.
HSL color Cylindrical-coordinate representation of color #64B5A7: hue angle of 169.63º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64B5A7 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 167 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.29 |
| HSL | 169.63º | 0.35% | 0.55% | - |
| HSV(B) | 169.63º | 0.45% | 0.71% | - |
| XYZ | 28.75 | 38.55 | 42.48 | - |
| YUV | 155.19 | 134.66 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 167 | 0.45 | 0 | 0.08 | 0.29 | 169.63 | 0.35 | 0.55 |
| Hex | 64 | B5 | A7 | 2D | 0 | 8 | 1D | AA | 23 | 37 |
| Octal | 144 | 265 | 247 | 55 | 0 | 10 | 35 | 252 | 43 | 67 |
| Binary | 1100100 | 10110101 | 10100111 | 101101 | 0 | 1000 | 11101 | 10101010 | 100011 | 110111 |
Color Harmonies of #64B5A7
Complementary color
Monochromatic Colors of #64B5A7
Black with #64B5A7
Text Example
Text Example
White with #64B5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B5A7; }
p { color: rgb(100,181,167); }
H1.HeaderClassName
{
color: #64B5A7;
}
.AnyTagClassName
{
color: #64B5A7;
}
</style>
background-color css
<style>
a { background-color: #64B5A7; }
a { background-color: rgb(100,181,167); }
div.DivClassName
{
background-color: #64B5A7;
}
.BgClassName
{
background-color: #64B5A7;
}
</style>
border-color css
<style>
span { border-color: #64B5A7; }
span { border-color: rgb(100,181,167); }
td.TdClassName
{
border-color: #64B5A7;
}
.TagClassName
{
border-color: #64B5A7;
}
</style>