Shades of Tradewind #68ACA3
Tints of Tradewind #68ACA3
RGB
CMYK
RGB Variations
Color information
#68ACA3 (or 0x68ACA3) is known color: Tradewind. HEX triplet: 68, AC and A3. RGB value is (104,172,163). Sum of RGB (Red+Green+Blue) = 104+172+163=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #68ACA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ACA3 is #97535C. Grayscale: #969696. Windows color (decimal): -9917277 or 10726504. OLE color: 10726504.
HSL color Cylindrical-coordinate representation of color #68ACA3: hue angle of 172.06º 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 #68ACA3 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 163 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.33 |
| HSL | 172.06º | 0.29% | 0.54% | - |
| HSV(B) | 172.06º | 0.4% | 0.67% | - |
| XYZ | 27.07 | 35.09 | 40 | - |
| YUV | 150.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 163 | 0.40 | 0 | 0.05 | 0.33 | 172.06 | 0.29 | 0.54 |
| Hex | 68 | AC | A3 | 28 | 0 | 5 | 21 | AC | 1D | 36 |
| Octal | 150 | 254 | 243 | 50 | 0 | 5 | 41 | 254 | 35 | 66 |
| Binary | 1101000 | 10101100 | 10100011 | 101000 | 0 | 101 | 100001 | 10101100 | 11101 | 110110 |
Color Harmonies of #68ACA3
Complementary color
Monochromatic Colors of #68ACA3
Black with #68ACA3
Text Example
Text Example
White with #68ACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACA3; }
p { color: rgb(104,172,163); }
H1.HeaderClassName
{
color: #68ACA3;
}
.AnyTagClassName
{
color: #68ACA3;
}
</style>
background-color css
<style>
a { background-color: #68ACA3; }
a { background-color: rgb(104,172,163); }
div.DivClassName
{
background-color: #68ACA3;
}
.BgClassName
{
background-color: #68ACA3;
}
</style>
border-color css
<style>
span { border-color: #68ACA3; }
span { border-color: rgb(104,172,163); }
td.TdClassName
{
border-color: #68ACA3;
}
.TagClassName
{
border-color: #68ACA3;
}
</style>