Shades of Tradewind #68BBAF
Tints of Tradewind #68BBAF
RGB
CMYK
RGB Variations
Color information
#68BBAF (or 0x68BBAF) is known color: Tradewind. HEX triplet: 68, BB and AF. RGB value is (104,187,175). Sum of RGB (Red+Green+Blue) = 104+187+175=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #68BBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BBAF is #974450. Grayscale: #A0A0A0. Windows color (decimal): -9913425 or 11516776. OLE color: 11516776.
HSL color Cylindrical-coordinate representation of color #68BBAF: hue angle of 171.33º 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 #68BBAF is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 187 | 175 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.27 |
| HSL | 171.33º | 0.38% | 0.57% | - |
| HSV(B) | 171.33º | 0.44% | 0.73% | - |
| XYZ | 31.22 | 41.58 | 46.94 | - |
| YUV | 160.82 | 136 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 187 | 175 | 0.44 | 0 | 0.06 | 0.27 | 171.33 | 0.38 | 0.57 |
| Hex | 68 | BB | AF | 2C | 0 | 6 | 1B | AB | 26 | 39 |
| Octal | 150 | 273 | 257 | 54 | 0 | 6 | 33 | 253 | 46 | 71 |
| Binary | 1101000 | 10111011 | 10101111 | 101100 | 0 | 110 | 11011 | 10101011 | 100110 | 111001 |
Color Harmonies of #68BBAF
Complementary color
Monochromatic Colors of #68BBAF
Black with #68BBAF
Text Example
Text Example
White with #68BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BBAF; }
p { color: rgb(104,187,175); }
H1.HeaderClassName
{
color: #68BBAF;
}
.AnyTagClassName
{
color: #68BBAF;
}
</style>
background-color css
<style>
a { background-color: #68BBAF; }
a { background-color: rgb(104,187,175); }
div.DivClassName
{
background-color: #68BBAF;
}
.BgClassName
{
background-color: #68BBAF;
}
</style>
border-color css
<style>
span { border-color: #68BBAF; }
span { border-color: rgb(104,187,175); }
td.TdClassName
{
border-color: #68BBAF;
}
.TagClassName
{
border-color: #68BBAF;
}
</style>