Shades of Tradewind #68BAB3
Tints of Tradewind #68BAB3
RGB
CMYK
RGB Variations
Color information
#68BAB3 (or 0x68BAB3) is known color: Tradewind. HEX triplet: 68, BA and B3. RGB value is (104,186,179). Sum of RGB (Red+Green+Blue) = 104+186+179=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BAB3 is #97454C. Grayscale: #A0A0A0. Windows color (decimal): -9913677 or 11778664. OLE color: 11778664.
HSL color Cylindrical-coordinate representation of color #68BAB3: hue angle of 174.88º 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 #68BAB3 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 179 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.27 |
| HSL | 174.88º | 0.37% | 0.57% | - |
| HSV(B) | 174.88º | 0.44% | 0.73% | - |
| XYZ | 31.4 | 41.32 | 48.97 | - |
| YUV | 160.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 179 | 0.44 | 0 | 0.04 | 0.27 | 174.88 | 0.37 | 0.57 |
| Hex | 68 | BA | B3 | 2C | 0 | 4 | 1B | AF | 25 | 39 |
| Octal | 150 | 272 | 263 | 54 | 0 | 4 | 33 | 257 | 45 | 71 |
| Binary | 1101000 | 10111010 | 10110011 | 101100 | 0 | 100 | 11011 | 10101111 | 100101 | 111001 |
Color Harmonies of #68BAB3
Complementary color
Monochromatic Colors of #68BAB3
Black with #68BAB3
Text Example
Text Example
White with #68BAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BAB3; }
p { color: rgb(104,186,179); }
H1.HeaderClassName
{
color: #68BAB3;
}
.AnyTagClassName
{
color: #68BAB3;
}
</style>
background-color css
<style>
a { background-color: #68BAB3; }
a { background-color: rgb(104,186,179); }
div.DivClassName
{
background-color: #68BAB3;
}
.BgClassName
{
background-color: #68BAB3;
}
</style>
border-color css
<style>
span { border-color: #68BAB3; }
span { border-color: rgb(104,186,179); }
td.TdClassName
{
border-color: #68BAB3;
}
.TagClassName
{
border-color: #68BAB3;
}
</style>