Shades of Tradewind #68ACA4
Tints of Tradewind #68ACA4
RGB
CMYK
RGB Variations
Color information
#68ACA4 (or 0x68ACA4) is known color: Tradewind. HEX triplet: 68, AC and A4. RGB value is (104,172,164). Sum of RGB (Red+Green+Blue) = 104+172+164=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #68ACA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ACA4 is #97535B. Grayscale: #969696. Windows color (decimal): -9917276 or 10792040. OLE color: 10792040.
HSL color Cylindrical-coordinate representation of color #68ACA4: hue angle of 172.94º 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 #68ACA4 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 164 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.33 |
| HSL | 172.94º | 0.29% | 0.54% | - |
| HSV(B) | 172.94º | 0.4% | 0.67% | - |
| XYZ | 27.16 | 35.13 | 40.47 | - |
| YUV | 150.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 164 | 0.40 | 0 | 0.05 | 0.33 | 172.94 | 0.29 | 0.54 |
| Hex | 68 | AC | A4 | 28 | 0 | 5 | 21 | AD | 1D | 36 |
| Octal | 150 | 254 | 244 | 50 | 0 | 5 | 41 | 255 | 35 | 66 |
| Binary | 1101000 | 10101100 | 10100100 | 101000 | 0 | 101 | 100001 | 10101101 | 11101 | 110110 |
Color Harmonies of #68ACA4
Complementary color
Monochromatic Colors of #68ACA4
Black with #68ACA4
Text Example
Text Example
White with #68ACA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACA4; }
p { color: rgb(104,172,164); }
H1.HeaderClassName
{
color: #68ACA4;
}
.AnyTagClassName
{
color: #68ACA4;
}
</style>
background-color css
<style>
a { background-color: #68ACA4; }
a { background-color: rgb(104,172,164); }
div.DivClassName
{
background-color: #68ACA4;
}
.BgClassName
{
background-color: #68ACA4;
}
</style>
border-color css
<style>
span { border-color: #68ACA4; }
span { border-color: rgb(104,172,164); }
td.TdClassName
{
border-color: #68ACA4;
}
.TagClassName
{
border-color: #68ACA4;
}
</style>