Shades of Tradewind #68AB9E
Tints of Tradewind #68AB9E
RGB
CMYK
RGB Variations
Color information
#68AB9E (or 0x68AB9E) is known color: Tradewind. HEX triplet: 68, AB and 9E. RGB value is (104,171,158). Sum of RGB (Red+Green+Blue) = 104+171+158=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB9E is #975461. Grayscale: #959595. Windows color (decimal): -9917538 or 10398568. OLE color: 10398568.
HSL color Cylindrical-coordinate representation of color #68AB9E: hue angle of 168.36º degrees, saturation: 0.29, 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 #68AB9E is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 158 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.33 |
| HSL | 168.36º | 0.29% | 0.54% | - |
| HSV(B) | 168.36º | 0.39% | 0.67% | - |
| XYZ | 26.44 | 34.54 | 37.62 | - |
| YUV | 149.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 158 | 0.39 | 0 | 0.08 | 0.33 | 168.36 | 0.29 | 0.54 |
| Hex | 68 | AB | 9E | 27 | 0 | 8 | 21 | A8 | 1D | 36 |
| Octal | 150 | 253 | 236 | 47 | 0 | 10 | 41 | 250 | 35 | 66 |
| Binary | 1101000 | 10101011 | 10011110 | 100111 | 0 | 1000 | 100001 | 10101000 | 11101 | 110110 |
Color Harmonies of #68AB9E
Complementary color
Monochromatic Colors of #68AB9E
Black with #68AB9E
Text Example
Text Example
White with #68AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB9E; }
p { color: rgb(104,171,158); }
H1.HeaderClassName
{
color: #68AB9E;
}
.AnyTagClassName
{
color: #68AB9E;
}
</style>
background-color css
<style>
a { background-color: #68AB9E; }
a { background-color: rgb(104,171,158); }
div.DivClassName
{
background-color: #68AB9E;
}
.BgClassName
{
background-color: #68AB9E;
}
</style>
border-color css
<style>
span { border-color: #68AB9E; }
span { border-color: rgb(104,171,158); }
td.TdClassName
{
border-color: #68AB9E;
}
.TagClassName
{
border-color: #68AB9E;
}
</style>