Shades of Tradewind #68ADA4
Tints of Tradewind #68ADA4
RGB
CMYK
RGB Variations
Color information
#68ADA4 (or 0x68ADA4) is known color: Tradewind. HEX triplet: 68, AD and A4. RGB value is (104,173,164). Sum of RGB (Red+Green+Blue) = 104+173+164=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #68ADA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ADA4 is #97525B. Grayscale: #979797. Windows color (decimal): -9917020 or 10792296. OLE color: 10792296.
HSL color Cylindrical-coordinate representation of color #68ADA4: hue angle of 172.17º 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 #68ADA4 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 164 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.32 |
| HSL | 172.17º | 0.3% | 0.54% | - |
| HSV(B) | 172.17º | 0.4% | 0.68% | - |
| XYZ | 27.35 | 35.51 | 40.53 | - |
| YUV | 151.34 | 135.14 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 164 | 0.40 | 0 | 0.05 | 0.32 | 172.17 | 0.3 | 0.54 |
| Hex | 68 | AD | A4 | 28 | 0 | 5 | 20 | AC | 1E | 36 |
| Octal | 150 | 255 | 244 | 50 | 0 | 5 | 40 | 254 | 36 | 66 |
| Binary | 1101000 | 10101101 | 10100100 | 101000 | 0 | 101 | 100000 | 10101100 | 11110 | 110110 |
Color Harmonies of #68ADA4
Complementary color
Monochromatic Colors of #68ADA4
Black with #68ADA4
Text Example
Text Example
White with #68ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ADA4; }
p { color: rgb(104,173,164); }
H1.HeaderClassName
{
color: #68ADA4;
}
.AnyTagClassName
{
color: #68ADA4;
}
</style>
background-color css
<style>
a { background-color: #68ADA4; }
a { background-color: rgb(104,173,164); }
div.DivClassName
{
background-color: #68ADA4;
}
.BgClassName
{
background-color: #68ADA4;
}
</style>
border-color css
<style>
span { border-color: #68ADA4; }
span { border-color: rgb(104,173,164); }
td.TdClassName
{
border-color: #68ADA4;
}
.TagClassName
{
border-color: #68ADA4;
}
</style>