Shades of Tradewind #6CACA1
Tints of Tradewind #6CACA1
RGB
CMYK
RGB Variations
Color information
#6CACA1 (or 0x6CACA1) is known color: Tradewind. HEX triplet: 6C, AC and A1. RGB value is (108,172,161). Sum of RGB (Red+Green+Blue) = 108+172+161=441 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.49% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #6CACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CACA1 is #93535E. Grayscale: #979797. Windows color (decimal): -9655135 or 10595436. OLE color: 10595436.
HSL color Cylindrical-coordinate representation of color #6CACA1: hue angle of 169.69º 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 #6CACA1 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 172 | 161 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.33 |
| HSL | 169.69º | 0.28% | 0.55% | - |
| HSV(B) | 169.69º | 0.37% | 0.67% | - |
| XYZ | 27.37 | 35.27 | 39.08 | - |
| YUV | 151.61 | 133.3 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 161 | 0.37 | 0 | 0.06 | 0.33 | 169.69 | 0.28 | 0.55 |
| Hex | 6C | AC | A1 | 25 | 0 | 6 | 21 | AA | 1C | 37 |
| Octal | 154 | 254 | 241 | 45 | 0 | 6 | 41 | 252 | 34 | 67 |
| Binary | 1101100 | 10101100 | 10100001 | 100101 | 0 | 110 | 100001 | 10101010 | 11100 | 110111 |
Color Harmonies of #6CACA1
Complementary color
Monochromatic Colors of #6CACA1
Black with #6CACA1
Text Example
Text Example
White with #6CACA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CACA1; }
p { color: rgb(108,172,161); }
H1.HeaderClassName
{
color: #6CACA1;
}
.AnyTagClassName
{
color: #6CACA1;
}
</style>
background-color css
<style>
a { background-color: #6CACA1; }
a { background-color: rgb(108,172,161); }
div.DivClassName
{
background-color: #6CACA1;
}
.BgClassName
{
background-color: #6CACA1;
}
</style>
border-color css
<style>
span { border-color: #6CACA1; }
span { border-color: rgb(108,172,161); }
td.TdClassName
{
border-color: #6CACA1;
}
.TagClassName
{
border-color: #6CACA1;
}
</style>