Shades of Tradewind #68BDB0
Tints of Tradewind #68BDB0
RGB
CMYK
RGB Variations
Color information
#68BDB0 (or 0x68BDB0) is known color: Tradewind. HEX triplet: 68, BD and B0. RGB value is (104,189,176). Sum of RGB (Red+Green+Blue) = 104+189+176=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #68BDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BDB0 is #97424F. Grayscale: #A2A2A2. Windows color (decimal): -9912912 or 11582824. OLE color: 11582824.
HSL color Cylindrical-coordinate representation of color #68BDB0: hue angle of 170.82º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BDB0 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 176 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.26 |
| HSL | 170.82º | 0.39% | 0.57% | - |
| HSV(B) | 170.82º | 0.45% | 0.74% | - |
| XYZ | 31.74 | 42.47 | 47.6 | - |
| YUV | 162.1 | 135.84 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 176 | 0.45 | 0 | 0.07 | 0.26 | 170.82 | 0.39 | 0.57 |
| Hex | 68 | BD | B0 | 2D | 0 | 7 | 1A | AB | 27 | 39 |
| Octal | 150 | 275 | 260 | 55 | 0 | 7 | 32 | 253 | 47 | 71 |
| Binary | 1101000 | 10111101 | 10110000 | 101101 | 0 | 111 | 11010 | 10101011 | 100111 | 111001 |
Color Harmonies of #68BDB0
Complementary color
Monochromatic Colors of #68BDB0
Black with #68BDB0
Text Example
Text Example
White with #68BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BDB0; }
p { color: rgb(104,189,176); }
H1.HeaderClassName
{
color: #68BDB0;
}
.AnyTagClassName
{
color: #68BDB0;
}
</style>
background-color css
<style>
a { background-color: #68BDB0; }
a { background-color: rgb(104,189,176); }
div.DivClassName
{
background-color: #68BDB0;
}
.BgClassName
{
background-color: #68BDB0;
}
</style>
border-color css
<style>
span { border-color: #68BDB0; }
span { border-color: rgb(104,189,176); }
td.TdClassName
{
border-color: #68BDB0;
}
.TagClassName
{
border-color: #68BDB0;
}
</style>