Shades of Tradewind #68ADA7
Tints of Tradewind #68ADA7
RGB
CMYK
RGB Variations
Color information
#68ADA7 (or 0x68ADA7) is known color: Tradewind. HEX triplet: 68, AD and A7. RGB value is (104,173,167). Sum of RGB (Red+Green+Blue) = 104+173+167=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #68ADA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ADA7 is #975258. Grayscale: #979797. Windows color (decimal): -9917017 or 10988904. OLE color: 10988904.
HSL color Cylindrical-coordinate representation of color #68ADA7: hue angle of 174.78º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68ADA7 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 167 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.32 |
| HSL | 174.78º | 0.3% | 0.54% | - |
| HSV(B) | 174.78º | 0.4% | 0.68% | - |
| XYZ | 27.63 | 35.62 | 41.98 | - |
| YUV | 151.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 167 | 0.40 | 0 | 0.03 | 0.32 | 174.78 | 0.3 | 0.54 |
| Hex | 68 | AD | A7 | 28 | 0 | 3 | 20 | AF | 1E | 36 |
| Octal | 150 | 255 | 247 | 50 | 0 | 3 | 40 | 257 | 36 | 66 |
| Binary | 1101000 | 10101101 | 10100111 | 101000 | 0 | 11 | 100000 | 10101111 | 11110 | 110110 |
Color Harmonies of #68ADA7
Complementary color
Monochromatic Colors of #68ADA7
Black with #68ADA7
Text Example
Text Example
White with #68ADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADA7; }
p { color: rgb(104,173,167); }
H1.HeaderClassName
{
color: #68ADA7;
}
.AnyTagClassName
{
color: #68ADA7;
}
</style>
background-color css
<style>
a { background-color: #68ADA7; }
a { background-color: rgb(104,173,167); }
div.DivClassName
{
background-color: #68ADA7;
}
.BgClassName
{
background-color: #68ADA7;
}
</style>
border-color css
<style>
span { border-color: #68ADA7; }
span { border-color: rgb(104,173,167); }
td.TdClassName
{
border-color: #68ADA7;
}
.TagClassName
{
border-color: #68ADA7;
}
</style>