Shades of Tradewind #64ADA9
Tints of Tradewind #64ADA9
RGB
CMYK
RGB Variations
Color information
#64ADA9 (or 0x64ADA9) is known color: Tradewind. HEX triplet: 64, AD and A9. RGB value is (100,173,169). Sum of RGB (Red+Green+Blue) = 100+173+169=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #64ADA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ADA9 is #9B5256. Grayscale: #969696. Windows color (decimal): -10179159 or 11119972. OLE color: 11119972.
HSL color Cylindrical-coordinate representation of color #64ADA9: hue angle of 176.71º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64ADA9 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 173 | 169 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.32 |
| HSL | 176.71º | 0.31% | 0.54% | - |
| HSV(B) | 176.71º | 0.42% | 0.68% | - |
| XYZ | 27.36 | 35.46 | 42.94 | - |
| YUV | 150.72 | 138.32 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 173 | 169 | 0.42 | 0 | 0.02 | 0.32 | 176.71 | 0.31 | 0.54 |
| Hex | 64 | AD | A9 | 2A | 0 | 2 | 20 | B1 | 1F | 36 |
| Octal | 144 | 255 | 251 | 52 | 0 | 2 | 40 | 261 | 37 | 66 |
| Binary | 1100100 | 10101101 | 10101001 | 101010 | 0 | 10 | 100000 | 10110001 | 11111 | 110110 |
Color Harmonies of #64ADA9
Complementary color
Monochromatic Colors of #64ADA9
Black with #64ADA9
Text Example
Text Example
White with #64ADA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ADA9; }
p { color: rgb(100,173,169); }
H1.HeaderClassName
{
color: #64ADA9;
}
.AnyTagClassName
{
color: #64ADA9;
}
</style>
background-color css
<style>
a { background-color: #64ADA9; }
a { background-color: rgb(100,173,169); }
div.DivClassName
{
background-color: #64ADA9;
}
.BgClassName
{
background-color: #64ADA9;
}
</style>
border-color css
<style>
span { border-color: #64ADA9; }
span { border-color: rgb(100,173,169); }
td.TdClassName
{
border-color: #64ADA9;
}
.TagClassName
{
border-color: #64ADA9;
}
</style>