Shades of Tradewind #68BAAB
Tints of Tradewind #68BAAB
RGB
CMYK
RGB Variations
Color information
#68BAAB (or 0x68BAAB) is known color: Tradewind. HEX triplet: 68, BA and AB. RGB value is (104,186,171). Sum of RGB (Red+Green+Blue) = 104+186+171=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BAAB is #974554. Grayscale: #9F9F9F. Windows color (decimal): -9913685 or 11254376. OLE color: 11254376.
HSL color Cylindrical-coordinate representation of color #68BAAB: hue angle of 169.02º 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 #68BAAB is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 171 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.27 |
| HSL | 169.02º | 0.37% | 0.57% | - |
| HSV(B) | 169.02º | 0.44% | 0.73% | - |
| XYZ | 30.62 | 41 | 44.83 | - |
| YUV | 159.77 | 134.33 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 171 | 0.44 | 0 | 0.08 | 0.27 | 169.02 | 0.37 | 0.57 |
| Hex | 68 | BA | AB | 2C | 0 | 8 | 1B | A9 | 25 | 39 |
| Octal | 150 | 272 | 253 | 54 | 0 | 10 | 33 | 251 | 45 | 71 |
| Binary | 1101000 | 10111010 | 10101011 | 101100 | 0 | 1000 | 11011 | 10101001 | 100101 | 111001 |
Color Harmonies of #68BAAB
Complementary color
Monochromatic Colors of #68BAAB
Black with #68BAAB
Text Example
Text Example
White with #68BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BAAB; }
p { color: rgb(104,186,171); }
H1.HeaderClassName
{
color: #68BAAB;
}
.AnyTagClassName
{
color: #68BAAB;
}
</style>
background-color css
<style>
a { background-color: #68BAAB; }
a { background-color: rgb(104,186,171); }
div.DivClassName
{
background-color: #68BAAB;
}
.BgClassName
{
background-color: #68BAAB;
}
</style>
border-color css
<style>
span { border-color: #68BAAB; }
span { border-color: rgb(104,186,171); }
td.TdClassName
{
border-color: #68BAAB;
}
.TagClassName
{
border-color: #68BAAB;
}
</style>