Shades of Tradewind #68A49B
Tints of Tradewind #68A49B
RGB
CMYK
RGB Variations
Color information
#68A49B (or 0x68A49B) is known color: Tradewind. HEX triplet: 68, A4 and 9B. RGB value is (104,164,155). Sum of RGB (Red+Green+Blue) = 104+164+155=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #68A49B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A49B is #975B64. Grayscale: #919191. Windows color (decimal): -9919333 or 10200168. OLE color: 10200168.
HSL color Cylindrical-coordinate representation of color #68A49B: hue angle of 171º 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 #68A49B is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 164 | 155 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.36 |
| HSL | 171º | 0.25% | 0.53% | - |
| HSV(B) | 171º | 0.37% | 0.64% | - |
| XYZ | 24.9 | 31.86 | 35.85 | - |
| YUV | 145.03 | 133.62 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 164 | 155 | 0.37 | 0 | 0.05 | 0.36 | 171 | 0.25 | 0.53 |
| Hex | 68 | A4 | 9B | 25 | 0 | 5 | 24 | AB | 19 | 35 |
| Octal | 150 | 244 | 233 | 45 | 0 | 5 | 44 | 253 | 31 | 65 |
| Binary | 1101000 | 10100100 | 10011011 | 100101 | 0 | 101 | 100100 | 10101011 | 11001 | 110101 |
Color Harmonies of #68A49B
Complementary color
Monochromatic Colors of #68A49B
Black with #68A49B
Text Example
Text Example
White with #68A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A49B; }
p { color: rgb(104,164,155); }
H1.HeaderClassName
{
color: #68A49B;
}
.AnyTagClassName
{
color: #68A49B;
}
</style>
background-color css
<style>
a { background-color: #68A49B; }
a { background-color: rgb(104,164,155); }
div.DivClassName
{
background-color: #68A49B;
}
.BgClassName
{
background-color: #68A49B;
}
</style>
border-color css
<style>
span { border-color: #68A49B; }
span { border-color: rgb(104,164,155); }
td.TdClassName
{
border-color: #68A49B;
}
.TagClassName
{
border-color: #68A49B;
}
</style>