Shades of Tradewind #68ACA0
Tints of Tradewind #68ACA0
RGB
CMYK
RGB Variations
Color information
#68ACA0 (or 0x68ACA0) is known color: Tradewind. HEX triplet: 68, AC and A0. RGB value is (104,172,160). Sum of RGB (Red+Green+Blue) = 104+172+160=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #68ACA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ACA0 is #97535F. Grayscale: #969696. Windows color (decimal): -9917280 or 10529896. OLE color: 10529896.
HSL color Cylindrical-coordinate representation of color #68ACA0: hue angle of 169.41º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68ACA0 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 160 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.33 |
| HSL | 169.41º | 0.29% | 0.54% | - |
| HSV(B) | 169.41º | 0.4% | 0.67% | - |
| XYZ | 26.81 | 34.99 | 38.6 | - |
| YUV | 150.3 | 133.47 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 160 | 0.40 | 0 | 0.07 | 0.33 | 169.41 | 0.29 | 0.54 |
| Hex | 68 | AC | A0 | 28 | 0 | 7 | 21 | A9 | 1D | 36 |
| Octal | 150 | 254 | 240 | 50 | 0 | 7 | 41 | 251 | 35 | 66 |
| Binary | 1101000 | 10101100 | 10100000 | 101000 | 0 | 111 | 100001 | 10101001 | 11101 | 110110 |
Color Harmonies of #68ACA0
Complementary color
Monochromatic Colors of #68ACA0
Black with #68ACA0
Text Example
Text Example
White with #68ACA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACA0; }
p { color: rgb(104,172,160); }
H1.HeaderClassName
{
color: #68ACA0;
}
.AnyTagClassName
{
color: #68ACA0;
}
</style>
background-color css
<style>
a { background-color: #68ACA0; }
a { background-color: rgb(104,172,160); }
div.DivClassName
{
background-color: #68ACA0;
}
.BgClassName
{
background-color: #68ACA0;
}
</style>
border-color css
<style>
span { border-color: #68ACA0; }
span { border-color: rgb(104,172,160); }
td.TdClassName
{
border-color: #68ACA0;
}
.TagClassName
{
border-color: #68ACA0;
}
</style>