Shades of Tradewind #68A49E
Tints of Tradewind #68A49E
RGB
CMYK
RGB Variations
Color information
#68A49E (or 0x68A49E) is known color: Tradewind. HEX triplet: 68, A4 and 9E. RGB value is (104,164,158). Sum of RGB (Red+Green+Blue) = 104+164+158=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #68A49E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A49E is #975B61. Grayscale: #919191. Windows color (decimal): -9919330 or 10396776. OLE color: 10396776.
HSL color Cylindrical-coordinate representation of color #68A49E: hue angle of 174º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A49E is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 158 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.36 |
| HSL | 174º | 0.25% | 0.53% | - |
| HSV(B) | 174º | 0.37% | 0.64% | - |
| XYZ | 25.16 | 31.96 | 37.19 | - |
| YUV | 145.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 158 | 0.37 | 0 | 0.04 | 0.36 | 174 | 0.25 | 0.53 |
| Hex | 68 | A4 | 9E | 25 | 0 | 4 | 24 | AE | 19 | 35 |
| Octal | 150 | 244 | 236 | 45 | 0 | 4 | 44 | 256 | 31 | 65 |
| Binary | 1101000 | 10100100 | 10011110 | 100101 | 0 | 100 | 100100 | 10101110 | 11001 | 110101 |
Color Harmonies of #68A49E
Complementary color
Monochromatic Colors of #68A49E
Black with #68A49E
Text Example
Text Example
White with #68A49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A49E; }
p { color: rgb(104,164,158); }
H1.HeaderClassName
{
color: #68A49E;
}
.AnyTagClassName
{
color: #68A49E;
}
</style>
background-color css
<style>
a { background-color: #68A49E; }
a { background-color: rgb(104,164,158); }
div.DivClassName
{
background-color: #68A49E;
}
.BgClassName
{
background-color: #68A49E;
}
</style>
border-color css
<style>
span { border-color: #68A49E; }
span { border-color: rgb(104,164,158); }
td.TdClassName
{
border-color: #68A49E;
}
.TagClassName
{
border-color: #68A49E;
}
</style>