Shades of Tradewind #68AA9C
Tints of Tradewind #68AA9C
RGB
CMYK
RGB Variations
Color information
#68AA9C (or 0x68AA9C) is known color: Tradewind. HEX triplet: 68, AA and 9C. RGB value is (104,170,156). Sum of RGB (Red+Green+Blue) = 104+170+156=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AA9C is #975563. Grayscale: #949494. Windows color (decimal): -9917796 or 10267240. OLE color: 10267240.
HSL color Cylindrical-coordinate representation of color #68AA9C: hue angle of 167.27º 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 #68AA9C is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 156 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.33 |
| HSL | 167.27º | 0.28% | 0.54% | - |
| HSV(B) | 167.27º | 0.39% | 0.67% | - |
| XYZ | 26.08 | 34.09 | 36.66 | - |
| YUV | 148.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 156 | 0.39 | 0 | 0.08 | 0.33 | 167.27 | 0.28 | 0.54 |
| Hex | 68 | AA | 9C | 27 | 0 | 8 | 21 | A7 | 1C | 36 |
| Octal | 150 | 252 | 234 | 47 | 0 | 10 | 41 | 247 | 34 | 66 |
| Binary | 1101000 | 10101010 | 10011100 | 100111 | 0 | 1000 | 100001 | 10100111 | 11100 | 110110 |
Color Harmonies of #68AA9C
Complementary color
Monochromatic Colors of #68AA9C
Black with #68AA9C
Text Example
Text Example
White with #68AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA9C; }
p { color: rgb(104,170,156); }
H1.HeaderClassName
{
color: #68AA9C;
}
.AnyTagClassName
{
color: #68AA9C;
}
</style>
background-color css
<style>
a { background-color: #68AA9C; }
a { background-color: rgb(104,170,156); }
div.DivClassName
{
background-color: #68AA9C;
}
.BgClassName
{
background-color: #68AA9C;
}
</style>
border-color css
<style>
span { border-color: #68AA9C; }
span { border-color: rgb(104,170,156); }
td.TdClassName
{
border-color: #68AA9C;
}
.TagClassName
{
border-color: #68AA9C;
}
</style>