Shades of Tradewind #6CACA0
Tints of Tradewind #6CACA0
RGB
CMYK
RGB Variations
Color information
#6CACA0 (or 0x6CACA0) is known color: Tradewind. HEX triplet: 6C, AC and A0. RGB value is (108,172,160). Sum of RGB (Red+Green+Blue) = 108+172+160=440 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.55% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #6CACA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CACA0 is #93535F. Grayscale: #979797. Windows color (decimal): -9655136 or 10529900. OLE color: 10529900.
HSL color Cylindrical-coordinate representation of color #6CACA0: hue angle of 168.75º 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 #6CACA0 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 172 | 160 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.33 |
| HSL | 168.75º | 0.28% | 0.55% | - |
| HSV(B) | 168.75º | 0.37% | 0.67% | - |
| XYZ | 27.28 | 35.23 | 38.62 | - |
| YUV | 151.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 160 | 0.37 | 0 | 0.07 | 0.33 | 168.75 | 0.28 | 0.55 |
| Hex | 6C | AC | A0 | 25 | 0 | 7 | 21 | A9 | 1C | 37 |
| Octal | 154 | 254 | 240 | 45 | 0 | 7 | 41 | 251 | 34 | 67 |
| Binary | 1101100 | 10101100 | 10100000 | 100101 | 0 | 111 | 100001 | 10101001 | 11100 | 110111 |
Color Harmonies of #6CACA0
Complementary color
Monochromatic Colors of #6CACA0
Black with #6CACA0
Text Example
Text Example
White with #6CACA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CACA0; }
p { color: rgb(108,172,160); }
H1.HeaderClassName
{
color: #6CACA0;
}
.AnyTagClassName
{
color: #6CACA0;
}
</style>
background-color css
<style>
a { background-color: #6CACA0; }
a { background-color: rgb(108,172,160); }
div.DivClassName
{
background-color: #6CACA0;
}
.BgClassName
{
background-color: #6CACA0;
}
</style>
border-color css
<style>
span { border-color: #6CACA0; }
span { border-color: rgb(108,172,160); }
td.TdClassName
{
border-color: #6CACA0;
}
.TagClassName
{
border-color: #6CACA0;
}
</style>