Shades of Tradewind #64B5AC
Tints of Tradewind #64B5AC
RGB
CMYK
RGB Variations
Color information
#64B5AC (or 0x64B5AC) is known color: Tradewind. HEX triplet: 64, B5 and AC. RGB value is (100,181,172). Sum of RGB (Red+Green+Blue) = 100+181+172=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #64B5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B5AC is #9B4A53. Grayscale: #9B9B9B. Windows color (decimal): -10177108 or 11318628. OLE color: 11318628.
HSL color Cylindrical-coordinate representation of color #64B5AC: hue angle of 173.33º 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 #64B5AC is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 172 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.29 |
| HSL | 173.33º | 0.35% | 0.55% | - |
| HSV(B) | 173.33º | 0.45% | 0.71% | - |
| XYZ | 29.23 | 38.74 | 44.97 | - |
| YUV | 155.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 172 | 0.45 | 0 | 0.05 | 0.29 | 173.33 | 0.35 | 0.55 |
| Hex | 64 | B5 | AC | 2D | 0 | 5 | 1D | AD | 23 | 37 |
| Octal | 144 | 265 | 254 | 55 | 0 | 5 | 35 | 255 | 43 | 67 |
| Binary | 1100100 | 10110101 | 10101100 | 101101 | 0 | 101 | 11101 | 10101101 | 100011 | 110111 |
Color Harmonies of #64B5AC
Complementary color
Monochromatic Colors of #64B5AC
Black with #64B5AC
Text Example
Text Example
White with #64B5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B5AC; }
p { color: rgb(100,181,172); }
H1.HeaderClassName
{
color: #64B5AC;
}
.AnyTagClassName
{
color: #64B5AC;
}
</style>
background-color css
<style>
a { background-color: #64B5AC; }
a { background-color: rgb(100,181,172); }
div.DivClassName
{
background-color: #64B5AC;
}
.BgClassName
{
background-color: #64B5AC;
}
</style>
border-color css
<style>
span { border-color: #64B5AC; }
span { border-color: rgb(100,181,172); }
td.TdClassName
{
border-color: #64B5AC;
}
.TagClassName
{
border-color: #64B5AC;
}
</style>