Shades of Tradewind #68B0A0
Tints of Tradewind #68B0A0
RGB
CMYK
RGB Variations
Color information
#68B0A0 (or 0x68B0A0) is known color: Tradewind. HEX triplet: 68, B0 and A0. RGB value is (104,176,160). Sum of RGB (Red+Green+Blue) = 104+176+160=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #68B0A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B0A0 is #974F5F. Grayscale: #989898. Windows color (decimal): -9916256 or 10530920. OLE color: 10530920.
HSL color Cylindrical-coordinate representation of color #68B0A0: hue angle of 166.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68B0A0 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 176 | 160 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.31 |
| HSL | 166.67º | 0.31% | 0.55% | - |
| HSV(B) | 166.67º | 0.41% | 0.69% | - |
| XYZ | 27.58 | 36.53 | 38.86 | - |
| YUV | 152.65 | 132.15 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 160 | 0.41 | 0 | 0.09 | 0.31 | 166.67 | 0.31 | 0.55 |
| Hex | 68 | B0 | A0 | 29 | 0 | 9 | 1F | A7 | 1F | 37 |
| Octal | 150 | 260 | 240 | 51 | 0 | 11 | 37 | 247 | 37 | 67 |
| Binary | 1101000 | 10110000 | 10100000 | 101001 | 0 | 1001 | 11111 | 10100111 | 11111 | 110111 |
Color Harmonies of #68B0A0
Complementary color
Monochromatic Colors of #68B0A0
Black with #68B0A0
Text Example
Text Example
White with #68B0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B0A0; }
p { color: rgb(104,176,160); }
H1.HeaderClassName
{
color: #68B0A0;
}
.AnyTagClassName
{
color: #68B0A0;
}
</style>
background-color css
<style>
a { background-color: #68B0A0; }
a { background-color: rgb(104,176,160); }
div.DivClassName
{
background-color: #68B0A0;
}
.BgClassName
{
background-color: #68B0A0;
}
</style>
border-color css
<style>
span { border-color: #68B0A0; }
span { border-color: rgb(104,176,160); }
td.TdClassName
{
border-color: #68B0A0;
}
.TagClassName
{
border-color: #68B0A0;
}
</style>