Shades of Tradewind #68B2AB
Tints of Tradewind #68B2AB
RGB
CMYK
RGB Variations
Color information
#68B2AB (or 0x68B2AB) is known color: Tradewind. HEX triplet: 68, B2 and AB. RGB value is (104,178,171). Sum of RGB (Red+Green+Blue) = 104+178+171=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 178 - color contains mainly: green. Hex color #68B2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B2AB is #974D54. Grayscale: #9B9B9B. Windows color (decimal): -9915733 or 11252328. OLE color: 11252328.
HSL color Cylindrical-coordinate representation of color #68B2AB: hue angle of 174.32º degrees, saturation: 0.32, 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 #68B2AB is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 178 | 171 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.30 |
| HSL | 174.32º | 0.32% | 0.55% | - |
| HSV(B) | 174.32º | 0.42% | 0.7% | - |
| XYZ | 28.98 | 37.72 | 44.28 | - |
| YUV | 155.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 171 | 0.42 | 0 | 0.04 | 0.30 | 174.32 | 0.32 | 0.55 |
| Hex | 68 | B2 | AB | 2A | 0 | 4 | 1E | AE | 20 | 37 |
| Octal | 150 | 262 | 253 | 52 | 0 | 4 | 36 | 256 | 40 | 67 |
| Binary | 1101000 | 10110010 | 10101011 | 101010 | 0 | 100 | 11110 | 10101110 | 100000 | 110111 |
Color Harmonies of #68B2AB
Complementary color
Monochromatic Colors of #68B2AB
Black with #68B2AB
Text Example
Text Example
White with #68B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B2AB; }
p { color: rgb(104,178,171); }
H1.HeaderClassName
{
color: #68B2AB;
}
.AnyTagClassName
{
color: #68B2AB;
}
</style>
background-color css
<style>
a { background-color: #68B2AB; }
a { background-color: rgb(104,178,171); }
div.DivClassName
{
background-color: #68B2AB;
}
.BgClassName
{
background-color: #68B2AB;
}
</style>
border-color css
<style>
span { border-color: #68B2AB; }
span { border-color: rgb(104,178,171); }
td.TdClassName
{
border-color: #68B2AB;
}
.TagClassName
{
border-color: #68B2AB;
}
</style>