Shades of Tradewind #68AD9E
Tints of Tradewind #68AD9E
RGB
CMYK
RGB Variations
Color information
#68AD9E (or 0x68AD9E) is known color: Tradewind. HEX triplet: 68, AD and 9E. RGB value is (104,173,158). Sum of RGB (Red+Green+Blue) = 104+173+158=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AD9E is #975261. Grayscale: #969696. Windows color (decimal): -9917026 or 10399080. OLE color: 10399080.
HSL color Cylindrical-coordinate representation of color #68AD9E: hue angle of 166.96º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD9E is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 158 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.32 |
| HSL | 166.96º | 0.3% | 0.54% | - |
| HSV(B) | 166.96º | 0.4% | 0.68% | - |
| XYZ | 26.82 | 35.3 | 37.75 | - |
| YUV | 150.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 158 | 0.40 | 0 | 0.09 | 0.32 | 166.96 | 0.3 | 0.54 |
| Hex | 68 | AD | 9E | 28 | 0 | 9 | 20 | A7 | 1E | 36 |
| Octal | 150 | 255 | 236 | 50 | 0 | 11 | 40 | 247 | 36 | 66 |
| Binary | 1101000 | 10101101 | 10011110 | 101000 | 0 | 1001 | 100000 | 10100111 | 11110 | 110110 |
Color Harmonies of #68AD9E
Complementary color
Monochromatic Colors of #68AD9E
Black with #68AD9E
Text Example
Text Example
White with #68AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AD9E; }
p { color: rgb(104,173,158); }
H1.HeaderClassName
{
color: #68AD9E;
}
.AnyTagClassName
{
color: #68AD9E;
}
</style>
background-color css
<style>
a { background-color: #68AD9E; }
a { background-color: rgb(104,173,158); }
div.DivClassName
{
background-color: #68AD9E;
}
.BgClassName
{
background-color: #68AD9E;
}
</style>
border-color css
<style>
span { border-color: #68AD9E; }
span { border-color: rgb(104,173,158); }
td.TdClassName
{
border-color: #68AD9E;
}
.TagClassName
{
border-color: #68AD9E;
}
</style>