Shades of Tradewind #6EABAA
Tints of Tradewind #6EABAA
RGB
CMYK
RGB Variations
Color information
#6EABAA (or 0x6EABAA) is known color: Tradewind. HEX triplet: 6E, AB and AA. RGB value is (110,171,170). Sum of RGB (Red+Green+Blue) = 110+171+170=451 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.39% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #6EABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EABAA is #915455. Grayscale: #989898. Windows color (decimal): -9524310 or 11185006. OLE color: 11185006.
HSL color Cylindrical-coordinate representation of color #6EABAA: hue angle of 179.02º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EABAA is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 171 | 170 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.33 |
| HSL | 179.02º | 0.27% | 0.55% | - |
| HSV(B) | 179.02º | 0.36% | 0.67% | - |
| XYZ | 28.25 | 35.34 | 43.36 | - |
| YUV | 152.65 | 137.79 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 171 | 170 | 0.36 | 0 | 0.01 | 0.33 | 179.02 | 0.27 | 0.55 |
| Hex | 6E | AB | AA | 24 | 0 | 1 | 21 | B3 | 1B | 37 |
| Octal | 156 | 253 | 252 | 44 | 0 | 1 | 41 | 263 | 33 | 67 |
| Binary | 1101110 | 10101011 | 10101010 | 100100 | 0 | 1 | 100001 | 10110011 | 11011 | 110111 |
Color Harmonies of #6EABAA
Complementary color
Monochromatic Colors of #6EABAA
Black with #6EABAA
Text Example
Text Example
White with #6EABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EABAA; }
p { color: rgb(110,171,170); }
H1.HeaderClassName
{
color: #6EABAA;
}
.AnyTagClassName
{
color: #6EABAA;
}
</style>
background-color css
<style>
a { background-color: #6EABAA; }
a { background-color: rgb(110,171,170); }
div.DivClassName
{
background-color: #6EABAA;
}
.BgClassName
{
background-color: #6EABAA;
}
</style>
border-color css
<style>
span { border-color: #6EABAA; }
span { border-color: rgb(110,171,170); }
td.TdClassName
{
border-color: #6EABAA;
}
.TagClassName
{
border-color: #6EABAA;
}
</style>