Shades of Tradewind #68BBA9
Tints of Tradewind #68BBA9
RGB
CMYK
RGB Variations
Color information
#68BBA9 (or 0x68BBA9) is known color: Tradewind. HEX triplet: 68, BB and A9. RGB value is (104,187,169). Sum of RGB (Red+Green+Blue) = 104+187+169=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #68BBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BBA9 is #974456. Grayscale: #A0A0A0. Windows color (decimal): -9913431 or 11123560. OLE color: 11123560.
HSL color Cylindrical-coordinate representation of color #68BBA9: hue angle of 166.99º degrees, saturation: 0.38, 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 #68BBA9 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 187 | 169 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.27 |
| HSL | 166.99º | 0.38% | 0.57% | - |
| HSV(B) | 166.99º | 0.44% | 0.73% | - |
| XYZ | 30.64 | 41.35 | 43.9 | - |
| YUV | 160.13 | 133 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 169 | 0.44 | 0 | 0.10 | 0.27 | 166.99 | 0.38 | 0.57 |
| Hex | 68 | BB | A9 | 2C | 0 | A | 1B | A7 | 26 | 39 |
| Octal | 150 | 273 | 251 | 54 | 0 | 12 | 33 | 247 | 46 | 71 |
| Binary | 1101000 | 10111011 | 10101001 | 101100 | 0 | 1010 | 11011 | 10100111 | 100110 | 111001 |
Color Harmonies of #68BBA9
Complementary color
Monochromatic Colors of #68BBA9
Black with #68BBA9
Text Example
Text Example
White with #68BBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BBA9; }
p { color: rgb(104,187,169); }
H1.HeaderClassName
{
color: #68BBA9;
}
.AnyTagClassName
{
color: #68BBA9;
}
</style>
background-color css
<style>
a { background-color: #68BBA9; }
a { background-color: rgb(104,187,169); }
div.DivClassName
{
background-color: #68BBA9;
}
.BgClassName
{
background-color: #68BBA9;
}
</style>
border-color css
<style>
span { border-color: #68BBA9; }
span { border-color: rgb(104,187,169); }
td.TdClassName
{
border-color: #68BBA9;
}
.TagClassName
{
border-color: #68BBA9;
}
</style>