Shades of Tradewind #6EADAB
Tints of Tradewind #6EADAB
RGB
CMYK
RGB Variations
Color information
#6EADAB (or 0x6EADAB) is known color: Tradewind. HEX triplet: 6E, AD and AB. RGB value is (110,173,171). Sum of RGB (Red+Green+Blue) = 110+173+171=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #6EADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EADAB is #915254. Grayscale: #999999. Windows color (decimal): -9523797 or 11251054. OLE color: 11251054.
HSL color Cylindrical-coordinate representation of color #6EADAB: hue angle of 178.1º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EADAB is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 173 | 171 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.32 |
| HSL | 178.1º | 0.28% | 0.55% | - |
| HSV(B) | 178.1º | 0.36% | 0.68% | - |
| XYZ | 28.72 | 36.14 | 43.99 | - |
| YUV | 153.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 173 | 171 | 0.36 | 0 | 0.01 | 0.32 | 178.1 | 0.28 | 0.55 |
| Hex | 6E | AD | AB | 24 | 0 | 1 | 20 | B2 | 1C | 37 |
| Octal | 156 | 255 | 253 | 44 | 0 | 1 | 40 | 262 | 34 | 67 |
| Binary | 1101110 | 10101101 | 10101011 | 100100 | 0 | 1 | 100000 | 10110010 | 11100 | 110111 |
Color Harmonies of #6EADAB
Complementary color
Monochromatic Colors of #6EADAB
Black with #6EADAB
Text Example
Text Example
White with #6EADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EADAB; }
p { color: rgb(110,173,171); }
H1.HeaderClassName
{
color: #6EADAB;
}
.AnyTagClassName
{
color: #6EADAB;
}
</style>
background-color css
<style>
a { background-color: #6EADAB; }
a { background-color: rgb(110,173,171); }
div.DivClassName
{
background-color: #6EADAB;
}
.BgClassName
{
background-color: #6EADAB;
}
</style>
border-color css
<style>
span { border-color: #6EADAB; }
span { border-color: rgb(110,173,171); }
td.TdClassName
{
border-color: #6EADAB;
}
.TagClassName
{
border-color: #6EADAB;
}
</style>