Shades of Tradewind #68A89A
Tints of Tradewind #68A89A
RGB
CMYK
RGB Variations
Color information
#68A89A (or 0x68A89A) is known color: Tradewind. HEX triplet: 68, A8 and 9A. RGB value is (104,168,154). Sum of RGB (Red+Green+Blue) = 104+168+154=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 168 - color contains mainly: green. Hex color #68A89A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A89A is #975765. Grayscale: #939393. Windows color (decimal): -9918310 or 10135656. OLE color: 10135656.
HSL color Cylindrical-coordinate representation of color #68A89A: hue angle of 166.88º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A89A is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 168 | 154 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.34 |
| HSL | 166.88º | 0.27% | 0.53% | - |
| HSV(B) | 166.88º | 0.38% | 0.66% | - |
| XYZ | 25.54 | 33.28 | 35.65 | - |
| YUV | 147.27 | 131.8 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 168 | 154 | 0.38 | 0 | 0.08 | 0.34 | 166.88 | 0.27 | 0.53 |
| Hex | 68 | A8 | 9A | 26 | 0 | 8 | 22 | A7 | 1B | 35 |
| Octal | 150 | 250 | 232 | 46 | 0 | 10 | 42 | 247 | 33 | 65 |
| Binary | 1101000 | 10101000 | 10011010 | 100110 | 0 | 1000 | 100010 | 10100111 | 11011 | 110101 |
Color Harmonies of #68A89A
Complementary color
Monochromatic Colors of #68A89A
Black with #68A89A
Text Example
Text Example
White with #68A89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A89A; }
p { color: rgb(104,168,154); }
H1.HeaderClassName
{
color: #68A89A;
}
.AnyTagClassName
{
color: #68A89A;
}
</style>
background-color css
<style>
a { background-color: #68A89A; }
a { background-color: rgb(104,168,154); }
div.DivClassName
{
background-color: #68A89A;
}
.BgClassName
{
background-color: #68A89A;
}
</style>
border-color css
<style>
span { border-color: #68A89A; }
span { border-color: rgb(104,168,154); }
td.TdClassName
{
border-color: #68A89A;
}
.TagClassName
{
border-color: #68A89A;
}
</style>