Shades of Tradewind #64ACA2
Tints of Tradewind #64ACA2
RGB
CMYK
RGB Variations
Color information
#64ACA2 (or 0x64ACA2) is known color: Tradewind. HEX triplet: 64, AC and A2. RGB value is (100,172,162). Sum of RGB (Red+Green+Blue) = 100+172+162=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #64ACA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64ACA2 is #9B535D. Grayscale: #959595. Windows color (decimal): -10179422 or 10660964. OLE color: 10660964.
HSL color Cylindrical-coordinate representation of color #64ACA2: hue angle of 171.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64ACA2 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 172 | 162 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.33 |
| HSL | 171.67º | 0.3% | 0.53% | - |
| HSV(B) | 171.67º | 0.42% | 0.67% | - |
| XYZ | 26.53 | 34.82 | 39.51 | - |
| YUV | 149.33 | 135.15 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 172 | 162 | 0.42 | 0 | 0.06 | 0.33 | 171.67 | 0.3 | 0.53 |
| Hex | 64 | AC | A2 | 2A | 0 | 6 | 21 | AC | 1E | 35 |
| Octal | 144 | 254 | 242 | 52 | 0 | 6 | 41 | 254 | 36 | 65 |
| Binary | 1100100 | 10101100 | 10100010 | 101010 | 0 | 110 | 100001 | 10101100 | 11110 | 110101 |
Color Harmonies of #64ACA2
Complementary color
Monochromatic Colors of #64ACA2
Black with #64ACA2
Text Example
Text Example
White with #64ACA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ACA2; }
p { color: rgb(100,172,162); }
H1.HeaderClassName
{
color: #64ACA2;
}
.AnyTagClassName
{
color: #64ACA2;
}
</style>
background-color css
<style>
a { background-color: #64ACA2; }
a { background-color: rgb(100,172,162); }
div.DivClassName
{
background-color: #64ACA2;
}
.BgClassName
{
background-color: #64ACA2;
}
</style>
border-color css
<style>
span { border-color: #64ACA2; }
span { border-color: rgb(100,172,162); }
td.TdClassName
{
border-color: #64ACA2;
}
.TagClassName
{
border-color: #64ACA2;
}
</style>