Shades of Tradewind #6DABAA
Tints of Tradewind #6DABAA
RGB
CMYK
RGB Variations
Color information
#6DABAA (or 0x6DABAA) is known color: Tradewind. HEX triplet: 6D, AB and AA. RGB value is (109,171,170). Sum of RGB (Red+Green+Blue) = 109+171+170=450 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.22% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #6DABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DABAA is #925455. Grayscale: #989898. Windows color (decimal): -9589846 or 11185005. OLE color: 11185005.
HSL color Cylindrical-coordinate representation of color #6DABAA: hue angle of 179.03º 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 #6DABAA is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 171 | 170 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.33 |
| HSL | 179.03º | 0.27% | 0.55% | - |
| HSV(B) | 179.03º | 0.36% | 0.67% | - |
| XYZ | 28.13 | 35.28 | 43.36 | - |
| YUV | 152.35 | 137.96 | 97.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 170 | 0.36 | 0 | 0.01 | 0.33 | 179.03 | 0.27 | 0.55 |
| Hex | 6D | AB | AA | 24 | 0 | 1 | 21 | B3 | 1B | 37 |
| Octal | 155 | 253 | 252 | 44 | 0 | 1 | 41 | 263 | 33 | 67 |
| Binary | 1101101 | 10101011 | 10101010 | 100100 | 0 | 1 | 100001 | 10110011 | 11011 | 110111 |
Color Harmonies of #6DABAA
Complementary color
Monochromatic Colors of #6DABAA
Black with #6DABAA
Text Example
Text Example
White with #6DABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DABAA; }
p { color: rgb(109,171,170); }
H1.HeaderClassName
{
color: #6DABAA;
}
.AnyTagClassName
{
color: #6DABAA;
}
</style>
background-color css
<style>
a { background-color: #6DABAA; }
a { background-color: rgb(109,171,170); }
div.DivClassName
{
background-color: #6DABAA;
}
.BgClassName
{
background-color: #6DABAA;
}
</style>
border-color css
<style>
span { border-color: #6DABAA; }
span { border-color: rgb(109,171,170); }
td.TdClassName
{
border-color: #6DABAA;
}
.TagClassName
{
border-color: #6DABAA;
}
</style>