Shades of Tradewind #68BCAD
Tints of Tradewind #68BCAD
RGB
CMYK
RGB Variations
Color information
#68BCAD (or 0x68BCAD) is known color: Tradewind. HEX triplet: 68, BC and AD. RGB value is (104,188,173). Sum of RGB (Red+Green+Blue) = 104+188+173=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BCAD is #974352. Grayscale: #A1A1A1. Windows color (decimal): -9913171 or 11385960. OLE color: 11385960.
HSL color Cylindrical-coordinate representation of color #68BCAD: hue angle of 169.29º 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 #68BCAD is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 173 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.26 |
| HSL | 169.29º | 0.39% | 0.57% | - |
| HSV(B) | 169.29º | 0.45% | 0.74% | - |
| XYZ | 31.23 | 41.93 | 45.98 | - |
| YUV | 161.17 | 134.67 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 173 | 0.45 | 0 | 0.08 | 0.26 | 169.29 | 0.39 | 0.57 |
| Hex | 68 | BC | AD | 2D | 0 | 8 | 1A | A9 | 27 | 39 |
| Octal | 150 | 274 | 255 | 55 | 0 | 10 | 32 | 251 | 47 | 71 |
| Binary | 1101000 | 10111100 | 10101101 | 101101 | 0 | 1000 | 11010 | 10101001 | 100111 | 111001 |
Color Harmonies of #68BCAD
Complementary color
Monochromatic Colors of #68BCAD
Black with #68BCAD
Text Example
Text Example
White with #68BCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCAD; }
p { color: rgb(104,188,173); }
H1.HeaderClassName
{
color: #68BCAD;
}
.AnyTagClassName
{
color: #68BCAD;
}
</style>
background-color css
<style>
a { background-color: #68BCAD; }
a { background-color: rgb(104,188,173); }
div.DivClassName
{
background-color: #68BCAD;
}
.BgClassName
{
background-color: #68BCAD;
}
</style>
border-color css
<style>
span { border-color: #68BCAD; }
span { border-color: rgb(104,188,173); }
td.TdClassName
{
border-color: #68BCAD;
}
.TagClassName
{
border-color: #68BCAD;
}
</style>