Shades of Tradewind #68A497
Tints of Tradewind #68A497
RGB
CMYK
RGB Variations
Color information
#68A497 (or 0x68A497) is known color: Tradewind. HEX triplet: 68, A4 and 97. RGB value is (104,164,151). Sum of RGB (Red+Green+Blue) = 104+164+151=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #68A497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A497 is #975B68. Grayscale: #909090. Windows color (decimal): -9919337 or 9938024. OLE color: 9938024.
HSL color Cylindrical-coordinate representation of color #68A497: hue angle of 167º 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 #68A497 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 151 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.36 |
| HSL | 167º | 0.25% | 0.53% | - |
| HSV(B) | 167º | 0.37% | 0.64% | - |
| XYZ | 24.57 | 31.73 | 34.11 | - |
| YUV | 144.58 | 131.62 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 151 | 0.37 | 0 | 0.08 | 0.36 | 167 | 0.25 | 0.53 |
| Hex | 68 | A4 | 97 | 25 | 0 | 8 | 24 | A7 | 19 | 35 |
| Octal | 150 | 244 | 227 | 45 | 0 | 10 | 44 | 247 | 31 | 65 |
| Binary | 1101000 | 10100100 | 10010111 | 100101 | 0 | 1000 | 100100 | 10100111 | 11001 | 110101 |
Color Harmonies of #68A497
Complementary color
Monochromatic Colors of #68A497
Black with #68A497
Text Example
Text Example
White with #68A497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A497; }
p { color: rgb(104,164,151); }
H1.HeaderClassName
{
color: #68A497;
}
.AnyTagClassName
{
color: #68A497;
}
</style>
background-color css
<style>
a { background-color: #68A497; }
a { background-color: rgb(104,164,151); }
div.DivClassName
{
background-color: #68A497;
}
.BgClassName
{
background-color: #68A497;
}
</style>
border-color css
<style>
span { border-color: #68A497; }
span { border-color: rgb(104,164,151); }
td.TdClassName
{
border-color: #68A497;
}
.TagClassName
{
border-color: #68A497;
}
</style>