Shades of Tradewind #68B3AB
Tints of Tradewind #68B3AB
RGB
CMYK
RGB Variations
Color information
#68B3AB (or 0x68B3AB) is known color: Tradewind. HEX triplet: 68, B3 and AB. RGB value is (104,179,171). Sum of RGB (Red+Green+Blue) = 104+179+171=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 179 - color contains mainly: green. Hex color #68B3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B3AB is #974C54. Grayscale: #9B9B9B. Windows color (decimal): -9915477 or 11252584. OLE color: 11252584.
HSL color Cylindrical-coordinate representation of color #68B3AB: hue angle of 173.6º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B3AB is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 171 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.30 |
| HSL | 173.6º | 0.33% | 0.55% | - |
| HSV(B) | 173.6º | 0.42% | 0.7% | - |
| XYZ | 29.18 | 38.12 | 44.35 | - |
| YUV | 155.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 171 | 0.42 | 0 | 0.04 | 0.30 | 173.6 | 0.33 | 0.55 |
| Hex | 68 | B3 | AB | 2A | 0 | 4 | 1E | AE | 21 | 37 |
| Octal | 150 | 263 | 253 | 52 | 0 | 4 | 36 | 256 | 41 | 67 |
| Binary | 1101000 | 10110011 | 10101011 | 101010 | 0 | 100 | 11110 | 10101110 | 100001 | 110111 |
Color Harmonies of #68B3AB
Complementary color
Monochromatic Colors of #68B3AB
Black with #68B3AB
Text Example
Text Example
White with #68B3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B3AB; }
p { color: rgb(104,179,171); }
H1.HeaderClassName
{
color: #68B3AB;
}
.AnyTagClassName
{
color: #68B3AB;
}
</style>
background-color css
<style>
a { background-color: #68B3AB; }
a { background-color: rgb(104,179,171); }
div.DivClassName
{
background-color: #68B3AB;
}
.BgClassName
{
background-color: #68B3AB;
}
</style>
border-color css
<style>
span { border-color: #68B3AB; }
span { border-color: rgb(104,179,171); }
td.TdClassName
{
border-color: #68B3AB;
}
.TagClassName
{
border-color: #68B3AB;
}
</style>