Shades of Tradewind #64B5AD
Tints of Tradewind #64B5AD
RGB
CMYK
RGB Variations
Color information
#64B5AD (or 0x64B5AD) is known color: Tradewind. HEX triplet: 64, B5 and AD. RGB value is (100,181,173). Sum of RGB (Red+Green+Blue) = 100+181+173=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 181 - color contains mainly: green. Hex color #64B5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64B5AD is #9B4A52. Grayscale: #9B9B9B. Windows color (decimal): -10177107 or 11384164. OLE color: 11384164.
HSL color Cylindrical-coordinate representation of color #64B5AD: hue angle of 174.07º 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 #64B5AD is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 181 | 173 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.29 |
| HSL | 174.07º | 0.35% | 0.55% | - |
| HSV(B) | 174.07º | 0.45% | 0.71% | - |
| XYZ | 29.32 | 38.77 | 45.47 | - |
| YUV | 155.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 181 | 173 | 0.45 | 0 | 0.04 | 0.29 | 174.07 | 0.35 | 0.55 |
| Hex | 64 | B5 | AD | 2D | 0 | 4 | 1D | AE | 23 | 37 |
| Octal | 144 | 265 | 255 | 55 | 0 | 4 | 35 | 256 | 43 | 67 |
| Binary | 1100100 | 10110101 | 10101101 | 101101 | 0 | 100 | 11101 | 10101110 | 100011 | 110111 |
Color Harmonies of #64B5AD
Complementary color
Monochromatic Colors of #64B5AD
Black with #64B5AD
Text Example
Text Example
White with #64B5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64B5AD; }
p { color: rgb(100,181,173); }
H1.HeaderClassName
{
color: #64B5AD;
}
.AnyTagClassName
{
color: #64B5AD;
}
</style>
background-color css
<style>
a { background-color: #64B5AD; }
a { background-color: rgb(100,181,173); }
div.DivClassName
{
background-color: #64B5AD;
}
.BgClassName
{
background-color: #64B5AD;
}
</style>
border-color css
<style>
span { border-color: #64B5AD; }
span { border-color: rgb(100,181,173); }
td.TdClassName
{
border-color: #64B5AD;
}
.TagClassName
{
border-color: #64B5AD;
}
</style>