Shades of Tradewind #68B5AC
Tints of Tradewind #68B5AC
RGB
CMYK
RGB Variations
Color information
#68B5AC (or 0x68B5AC) is known color: Tradewind. HEX triplet: 68, B5 and AC. RGB value is (104,181,172). Sum of RGB (Red+Green+Blue) = 104+181+172=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 181 - color contains mainly: green. Hex color #68B5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B5AC is #974A53. Grayscale: #9C9C9C. Windows color (decimal): -9914964 or 11318632. OLE color: 11318632.
HSL color Cylindrical-coordinate representation of color #68B5AC: hue angle of 172.99º 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 #68B5AC is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 181 | 172 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.29 |
| HSL | 172.99º | 0.34% | 0.56% | - |
| HSV(B) | 172.99º | 0.43% | 0.71% | - |
| XYZ | 29.68 | 38.97 | 44.99 | - |
| YUV | 156.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 172 | 0.43 | 0 | 0.05 | 0.29 | 172.99 | 0.34 | 0.56 |
| Hex | 68 | B5 | AC | 2B | 0 | 5 | 1D | AD | 22 | 38 |
| Octal | 150 | 265 | 254 | 53 | 0 | 5 | 35 | 255 | 42 | 70 |
| Binary | 1101000 | 10110101 | 10101100 | 101011 | 0 | 101 | 11101 | 10101101 | 100010 | 111000 |
Color Harmonies of #68B5AC
Complementary color
Monochromatic Colors of #68B5AC
Black with #68B5AC
Text Example
Text Example
White with #68B5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B5AC; }
p { color: rgb(104,181,172); }
H1.HeaderClassName
{
color: #68B5AC;
}
.AnyTagClassName
{
color: #68B5AC;
}
</style>
background-color css
<style>
a { background-color: #68B5AC; }
a { background-color: rgb(104,181,172); }
div.DivClassName
{
background-color: #68B5AC;
}
.BgClassName
{
background-color: #68B5AC;
}
</style>
border-color css
<style>
span { border-color: #68B5AC; }
span { border-color: rgb(104,181,172); }
td.TdClassName
{
border-color: #68B5AC;
}
.TagClassName
{
border-color: #68B5AC;
}
</style>