Shades of Tradewind #68B5A6
Tints of Tradewind #68B5A6
RGB
CMYK
RGB Variations
Color information
#68B5A6 (or 0x68B5A6) is known color: Tradewind. HEX triplet: 68, B5 and A6. RGB value is (104,181,166). Sum of RGB (Red+Green+Blue) = 104+181+166=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 181 - color contains mainly: green. Hex color #68B5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B5A6 is #974A59. Grayscale: #9C9C9C. Windows color (decimal): -9914970 or 10925416. OLE color: 10925416.
HSL color Cylindrical-coordinate representation of color #68B5A6: hue angle of 168.31º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B5A6 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 181 | 166 | - |
| CMYK | 0.43 | 0 | 0.08 | 0.29 |
| HSL | 168.31º | 0.34% | 0.56% | - |
| HSV(B) | 168.31º | 0.43% | 0.71% | - |
| XYZ | 29.12 | 38.74 | 42.02 | - |
| YUV | 156.27 | 133.49 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 166 | 0.43 | 0 | 0.08 | 0.29 | 168.31 | 0.34 | 0.56 |
| Hex | 68 | B5 | A6 | 2B | 0 | 8 | 1D | A8 | 22 | 38 |
| Octal | 150 | 265 | 246 | 53 | 0 | 10 | 35 | 250 | 42 | 70 |
| Binary | 1101000 | 10110101 | 10100110 | 101011 | 0 | 1000 | 11101 | 10101000 | 100010 | 111000 |
Color Harmonies of #68B5A6
Complementary color
Monochromatic Colors of #68B5A6
Black with #68B5A6
Text Example
Text Example
White with #68B5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B5A6; }
p { color: rgb(104,181,166); }
H1.HeaderClassName
{
color: #68B5A6;
}
.AnyTagClassName
{
color: #68B5A6;
}
</style>
background-color css
<style>
a { background-color: #68B5A6; }
a { background-color: rgb(104,181,166); }
div.DivClassName
{
background-color: #68B5A6;
}
.BgClassName
{
background-color: #68B5A6;
}
</style>
border-color css
<style>
span { border-color: #68B5A6; }
span { border-color: rgb(104,181,166); }
td.TdClassName
{
border-color: #68B5A6;
}
.TagClassName
{
border-color: #68B5A6;
}
</style>