Shades of Tradewind #6CACAB
Tints of Tradewind #6CACAB
RGB
CMYK
RGB Variations
Color information
#6CACAB (or 0x6CACAB) is known color: Tradewind. HEX triplet: 6C, AC and AB. RGB value is (108,172,171). Sum of RGB (Red+Green+Blue) = 108+172+171=451 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.95% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 172 - color contains mainly: green. Hex color #6CACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CACAB is #935354. Grayscale: #989898. Windows color (decimal): -9655125 or 11250796. OLE color: 11250796.
HSL color Cylindrical-coordinate representation of color #6CACAB: hue angle of 179.06º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6CACAB is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 172 | 171 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.33 |
| HSL | 179.06º | 0.28% | 0.55% | - |
| HSV(B) | 179.06º | 0.37% | 0.67% | - |
| XYZ | 28.29 | 35.63 | 43.92 | - |
| YUV | 152.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 171 | 0.37 | 0 | 0.01 | 0.33 | 179.06 | 0.28 | 0.55 |
| Hex | 6C | AC | AB | 25 | 0 | 1 | 21 | B3 | 1C | 37 |
| Octal | 154 | 254 | 253 | 45 | 0 | 1 | 41 | 263 | 34 | 67 |
| Binary | 1101100 | 10101100 | 10101011 | 100101 | 0 | 1 | 100001 | 10110011 | 11100 | 110111 |
Color Harmonies of #6CACAB
Complementary color
Monochromatic Colors of #6CACAB
Black with #6CACAB
Text Example
Text Example
White with #6CACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CACAB; }
p { color: rgb(108,172,171); }
H1.HeaderClassName
{
color: #6CACAB;
}
.AnyTagClassName
{
color: #6CACAB;
}
</style>
background-color css
<style>
a { background-color: #6CACAB; }
a { background-color: rgb(108,172,171); }
div.DivClassName
{
background-color: #6CACAB;
}
.BgClassName
{
background-color: #6CACAB;
}
</style>
border-color css
<style>
span { border-color: #6CACAB; }
span { border-color: rgb(108,172,171); }
td.TdClassName
{
border-color: #6CACAB;
}
.TagClassName
{
border-color: #6CACAB;
}
</style>