Shades of Tradewind #6CADAB
Tints of Tradewind #6CADAB
RGB
CMYK
RGB Variations
Color information
#6CADAB (or 0x6CADAB) is known color: Tradewind. HEX triplet: 6C, AD and AB. RGB value is (108,173,171). Sum of RGB (Red+Green+Blue) = 108+173+171=452 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.89% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 173 - color contains mainly: green. Hex color #6CADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CADAB is #935254. Grayscale: #999999. Windows color (decimal): -9654869 or 11251052. OLE color: 11251052.
HSL color Cylindrical-coordinate representation of color #6CADAB: hue angle of 178.15º 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 #6CADAB is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 173 | 171 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.32 |
| HSL | 178.15º | 0.28% | 0.55% | - |
| HSV(B) | 178.15º | 0.38% | 0.68% | - |
| XYZ | 28.48 | 36.02 | 43.98 | - |
| YUV | 153.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 171 | 0.38 | 0 | 0.01 | 0.32 | 178.15 | 0.28 | 0.55 |
| Hex | 6C | AD | AB | 26 | 0 | 1 | 20 | B2 | 1C | 37 |
| Octal | 154 | 255 | 253 | 46 | 0 | 1 | 40 | 262 | 34 | 67 |
| Binary | 1101100 | 10101101 | 10101011 | 100110 | 0 | 1 | 100000 | 10110010 | 11100 | 110111 |
Color Harmonies of #6CADAB
Complementary color
Monochromatic Colors of #6CADAB
Black with #6CADAB
Text Example
Text Example
White with #6CADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CADAB; }
p { color: rgb(108,173,171); }
H1.HeaderClassName
{
color: #6CADAB;
}
.AnyTagClassName
{
color: #6CADAB;
}
</style>
background-color css
<style>
a { background-color: #6CADAB; }
a { background-color: rgb(108,173,171); }
div.DivClassName
{
background-color: #6CADAB;
}
.BgClassName
{
background-color: #6CADAB;
}
</style>
border-color css
<style>
span { border-color: #6CADAB; }
span { border-color: rgb(108,173,171); }
td.TdClassName
{
border-color: #6CADAB;
}
.TagClassName
{
border-color: #6CADAB;
}
</style>