Shades of Tradewind #68AAA6
Tints of Tradewind #68AAA6
RGB
CMYK
RGB Variations
Color information
#68AAA6 (or 0x68AAA6) is known color: Tradewind. HEX triplet: 68, AA and A6. RGB value is (104,170,166). Sum of RGB (Red+Green+Blue) = 104+170+166=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #68AAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AAA6 is #975559. Grayscale: #959595. Windows color (decimal): -9917786 or 10922600. OLE color: 10922600.
HSL color Cylindrical-coordinate representation of color #68AAA6: hue angle of 176.36º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AAA6 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 166 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.33 |
| HSL | 176.36º | 0.28% | 0.54% | - |
| HSV(B) | 176.36º | 0.39% | 0.67% | - |
| XYZ | 26.97 | 34.45 | 41.3 | - |
| YUV | 149.81 | 137.13 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 166 | 0.39 | 0 | 0.02 | 0.33 | 176.36 | 0.28 | 0.54 |
| Hex | 68 | AA | A6 | 27 | 0 | 2 | 21 | B0 | 1C | 36 |
| Octal | 150 | 252 | 246 | 47 | 0 | 2 | 41 | 260 | 34 | 66 |
| Binary | 1101000 | 10101010 | 10100110 | 100111 | 0 | 10 | 100001 | 10110000 | 11100 | 110110 |
Color Harmonies of #68AAA6
Complementary color
Monochromatic Colors of #68AAA6
Black with #68AAA6
Text Example
Text Example
White with #68AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAA6; }
p { color: rgb(104,170,166); }
H1.HeaderClassName
{
color: #68AAA6;
}
.AnyTagClassName
{
color: #68AAA6;
}
</style>
background-color css
<style>
a { background-color: #68AAA6; }
a { background-color: rgb(104,170,166); }
div.DivClassName
{
background-color: #68AAA6;
}
.BgClassName
{
background-color: #68AAA6;
}
</style>
border-color css
<style>
span { border-color: #68AAA6; }
span { border-color: rgb(104,170,166); }
td.TdClassName
{
border-color: #68AAA6;
}
.TagClassName
{
border-color: #68AAA6;
}
</style>