Shades of Tradewind #68B3A8
Tints of Tradewind #68B3A8
RGB
CMYK
RGB Variations
Color information
#68B3A8 (or 0x68B3A8) is known color: Tradewind. HEX triplet: 68, B3 and A8. RGB value is (104,179,168). Sum of RGB (Red+Green+Blue) = 104+179+168=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 179 - color contains mainly: green. Hex color #68B3A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B3A8 is #974C57. Grayscale: #9B9B9B. Windows color (decimal): -9915480 or 11055976. OLE color: 11055976.
HSL color Cylindrical-coordinate representation of color #68B3A8: hue angle of 171.2º 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 #68B3A8 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 168 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.30 |
| HSL | 171.2º | 0.33% | 0.55% | - |
| HSV(B) | 171.2º | 0.42% | 0.7% | - |
| XYZ | 28.9 | 38.01 | 42.86 | - |
| YUV | 155.32 | 135.15 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 168 | 0.42 | 0 | 0.06 | 0.30 | 171.2 | 0.33 | 0.55 |
| Hex | 68 | B3 | A8 | 2A | 0 | 6 | 1E | AB | 21 | 37 |
| Octal | 150 | 263 | 250 | 52 | 0 | 6 | 36 | 253 | 41 | 67 |
| Binary | 1101000 | 10110011 | 10101000 | 101010 | 0 | 110 | 11110 | 10101011 | 100001 | 110111 |
Color Harmonies of #68B3A8
Complementary color
Monochromatic Colors of #68B3A8
Black with #68B3A8
Text Example
Text Example
White with #68B3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B3A8; }
p { color: rgb(104,179,168); }
H1.HeaderClassName
{
color: #68B3A8;
}
.AnyTagClassName
{
color: #68B3A8;
}
</style>
background-color css
<style>
a { background-color: #68B3A8; }
a { background-color: rgb(104,179,168); }
div.DivClassName
{
background-color: #68B3A8;
}
.BgClassName
{
background-color: #68B3A8;
}
</style>
border-color css
<style>
span { border-color: #68B3A8; }
span { border-color: rgb(104,179,168); }
td.TdClassName
{
border-color: #68B3A8;
}
.TagClassName
{
border-color: #68B3A8;
}
</style>