Shades of Tradewind #64AEA5
Tints of Tradewind #64AEA5
RGB
CMYK
RGB Variations
Color information
#64AEA5 (or 0x64AEA5) is known color: Tradewind. HEX triplet: 64, AE and A5. RGB value is (100,174,165). Sum of RGB (Red+Green+Blue) = 100+174+165=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 174 - color contains mainly: green. Hex color #64AEA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AEA5 is #9B515A. Grayscale: #969696. Windows color (decimal): -10178907 or 10858084. OLE color: 10858084.
HSL color Cylindrical-coordinate representation of color #64AEA5: hue angle of 172.7º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AEA5 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 174 | 165 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.32 |
| HSL | 172.7º | 0.31% | 0.54% | - |
| HSV(B) | 172.7º | 0.43% | 0.68% | - |
| XYZ | 27.18 | 35.7 | 41.06 | - |
| YUV | 150.85 | 135.98 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 165 | 0.43 | 0 | 0.05 | 0.32 | 172.7 | 0.31 | 0.54 |
| Hex | 64 | AE | A5 | 2B | 0 | 5 | 20 | AD | 1F | 36 |
| Octal | 144 | 256 | 245 | 53 | 0 | 5 | 40 | 255 | 37 | 66 |
| Binary | 1100100 | 10101110 | 10100101 | 101011 | 0 | 101 | 100000 | 10101101 | 11111 | 110110 |
Color Harmonies of #64AEA5
Complementary color
Monochromatic Colors of #64AEA5
Black with #64AEA5
Text Example
Text Example
White with #64AEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AEA5; }
p { color: rgb(100,174,165); }
H1.HeaderClassName
{
color: #64AEA5;
}
.AnyTagClassName
{
color: #64AEA5;
}
</style>
background-color css
<style>
a { background-color: #64AEA5; }
a { background-color: rgb(100,174,165); }
div.DivClassName
{
background-color: #64AEA5;
}
.BgClassName
{
background-color: #64AEA5;
}
</style>
border-color css
<style>
span { border-color: #64AEA5; }
span { border-color: rgb(100,174,165); }
td.TdClassName
{
border-color: #64AEA5;
}
.TagClassName
{
border-color: #64AEA5;
}
</style>