Shades of Tradewind #6CADA2
Tints of Tradewind #6CADA2
RGB
CMYK
RGB Variations
Color information
#6CADA2 (or 0x6CADA2) is known color: Tradewind. HEX triplet: 6C, AD and A2. RGB value is (108,173,162). Sum of RGB (Red+Green+Blue) = 108+173+162=443 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.38% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 173 - color contains mainly: green. Hex color #6CADA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CADA2 is #93525D. Grayscale: #989898. Windows color (decimal): -9654878 or 10661228. OLE color: 10661228.
HSL color Cylindrical-coordinate representation of color #6CADA2: hue angle of 169.85º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CADA2 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 173 | 162 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.32 |
| HSL | 169.85º | 0.28% | 0.55% | - |
| HSV(B) | 169.85º | 0.38% | 0.68% | - |
| XYZ | 27.65 | 35.68 | 39.61 | - |
| YUV | 152.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 162 | 0.38 | 0 | 0.06 | 0.32 | 169.85 | 0.28 | 0.55 |
| Hex | 6C | AD | A2 | 26 | 0 | 6 | 20 | AA | 1C | 37 |
| Octal | 154 | 255 | 242 | 46 | 0 | 6 | 40 | 252 | 34 | 67 |
| Binary | 1101100 | 10101101 | 10100010 | 100110 | 0 | 110 | 100000 | 10101010 | 11100 | 110111 |
Color Harmonies of #6CADA2
Complementary color
Monochromatic Colors of #6CADA2
Black with #6CADA2
Text Example
Text Example
White with #6CADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CADA2; }
p { color: rgb(108,173,162); }
H1.HeaderClassName
{
color: #6CADA2;
}
.AnyTagClassName
{
color: #6CADA2;
}
</style>
background-color css
<style>
a { background-color: #6CADA2; }
a { background-color: rgb(108,173,162); }
div.DivClassName
{
background-color: #6CADA2;
}
.BgClassName
{
background-color: #6CADA2;
}
</style>
border-color css
<style>
span { border-color: #6CADA2; }
span { border-color: rgb(108,173,162); }
td.TdClassName
{
border-color: #6CADA2;
}
.TagClassName
{
border-color: #6CADA2;
}
</style>