Shades of Tradewind #68BAAD
Tints of Tradewind #68BAAD
RGB
CMYK
RGB Variations
Color information
#68BAAD (or 0x68BAAD) is known color: Tradewind. HEX triplet: 68, BA and AD. RGB value is (104,186,173). Sum of RGB (Red+Green+Blue) = 104+186+173=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BAAD is #974552. Grayscale: #9F9F9F. Windows color (decimal): -9913683 or 11385448. OLE color: 11385448.
HSL color Cylindrical-coordinate representation of color #68BAAD: hue angle of 170.49º 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 #68BAAD is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 173 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.27 |
| HSL | 170.49º | 0.37% | 0.57% | - |
| HSV(B) | 170.49º | 0.44% | 0.73% | - |
| XYZ | 30.81 | 41.08 | 45.84 | - |
| YUV | 160 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 173 | 0.44 | 0 | 0.07 | 0.27 | 170.49 | 0.37 | 0.57 |
| Hex | 68 | BA | AD | 2C | 0 | 7 | 1B | AA | 25 | 39 |
| Octal | 150 | 272 | 255 | 54 | 0 | 7 | 33 | 252 | 45 | 71 |
| Binary | 1101000 | 10111010 | 10101101 | 101100 | 0 | 111 | 11011 | 10101010 | 100101 | 111001 |
Color Harmonies of #68BAAD
Complementary color
Monochromatic Colors of #68BAAD
Black with #68BAAD
Text Example
Text Example
White with #68BAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BAAD; }
p { color: rgb(104,186,173); }
H1.HeaderClassName
{
color: #68BAAD;
}
.AnyTagClassName
{
color: #68BAAD;
}
</style>
background-color css
<style>
a { background-color: #68BAAD; }
a { background-color: rgb(104,186,173); }
div.DivClassName
{
background-color: #68BAAD;
}
.BgClassName
{
background-color: #68BAAD;
}
</style>
border-color css
<style>
span { border-color: #68BAAD; }
span { border-color: rgb(104,186,173); }
td.TdClassName
{
border-color: #68BAAD;
}
.TagClassName
{
border-color: #68BAAD;
}
</style>