Shades of Tradewind #6CAEA5
Tints of Tradewind #6CAEA5
RGB
CMYK
RGB Variations
Color information
#6CAEA5 (or 0x6CAEA5) is known color: Tradewind. HEX triplet: 6C, AE and A5. RGB value is (108,174,165). Sum of RGB (Red+Green+Blue) = 108+174+165=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAEA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAEA5 is #93515A. Grayscale: #999999. Windows color (decimal): -9654619 or 10858092. OLE color: 10858092.
HSL color Cylindrical-coordinate representation of color #6CAEA5: hue angle of 171.82º degrees, saturation: 0.29, 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 #6CAEA5 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 174 | 165 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.32 |
| HSL | 171.82º | 0.29% | 0.55% | - |
| HSV(B) | 171.82º | 0.38% | 0.68% | - |
| XYZ | 28.11 | 36.18 | 41.1 | - |
| YUV | 153.24 | 134.63 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 165 | 0.38 | 0 | 0.05 | 0.32 | 171.82 | 0.29 | 0.55 |
| Hex | 6C | AE | A5 | 26 | 0 | 5 | 20 | AC | 1D | 37 |
| Octal | 154 | 256 | 245 | 46 | 0 | 5 | 40 | 254 | 35 | 67 |
| Binary | 1101100 | 10101110 | 10100101 | 100110 | 0 | 101 | 100000 | 10101100 | 11101 | 110111 |
Color Harmonies of #6CAEA5
Complementary color
Monochromatic Colors of #6CAEA5
Black with #6CAEA5
Text Example
Text Example
White with #6CAEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAEA5; }
p { color: rgb(108,174,165); }
H1.HeaderClassName
{
color: #6CAEA5;
}
.AnyTagClassName
{
color: #6CAEA5;
}
</style>
background-color css
<style>
a { background-color: #6CAEA5; }
a { background-color: rgb(108,174,165); }
div.DivClassName
{
background-color: #6CAEA5;
}
.BgClassName
{
background-color: #6CAEA5;
}
</style>
border-color css
<style>
span { border-color: #6CAEA5; }
span { border-color: rgb(108,174,165); }
td.TdClassName
{
border-color: #6CAEA5;
}
.TagClassName
{
border-color: #6CAEA5;
}
</style>