Shades of Tradewind #68BAA8
Tints of Tradewind #68BAA8
RGB
CMYK
RGB Variations
Color information
#68BAA8 (or 0x68BAA8) is known color: Tradewind. HEX triplet: 68, BA and A8. RGB value is (104,186,168). Sum of RGB (Red+Green+Blue) = 104+186+168=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BAA8 is #974557. Grayscale: #9F9F9F. Windows color (decimal): -9913688 or 11057768. OLE color: 11057768.
HSL color Cylindrical-coordinate representation of color #68BAA8: hue angle of 166.83º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BAA8 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 168 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.27 |
| HSL | 166.83º | 0.37% | 0.57% | - |
| HSV(B) | 166.83º | 0.44% | 0.73% | - |
| XYZ | 30.34 | 40.89 | 43.34 | - |
| YUV | 159.43 | 132.83 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 168 | 0.44 | 0 | 0.10 | 0.27 | 166.83 | 0.37 | 0.57 |
| Hex | 68 | BA | A8 | 2C | 0 | A | 1B | A7 | 25 | 39 |
| Octal | 150 | 272 | 250 | 54 | 0 | 12 | 33 | 247 | 45 | 71 |
| Binary | 1101000 | 10111010 | 10101000 | 101100 | 0 | 1010 | 11011 | 10100111 | 100101 | 111001 |
Color Harmonies of #68BAA8
Complementary color
Monochromatic Colors of #68BAA8
Black with #68BAA8
Text Example
Text Example
White with #68BAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BAA8; }
p { color: rgb(104,186,168); }
H1.HeaderClassName
{
color: #68BAA8;
}
.AnyTagClassName
{
color: #68BAA8;
}
</style>
background-color css
<style>
a { background-color: #68BAA8; }
a { background-color: rgb(104,186,168); }
div.DivClassName
{
background-color: #68BAA8;
}
.BgClassName
{
background-color: #68BAA8;
}
</style>
border-color css
<style>
span { border-color: #68BAA8; }
span { border-color: rgb(104,186,168); }
td.TdClassName
{
border-color: #68BAA8;
}
.TagClassName
{
border-color: #68BAA8;
}
</style>