Shades of Tradewind #6AACA8
Tints of Tradewind #6AACA8
RGB
CMYK
RGB Variations
Color information
#6AACA8 (or 0x6AACA8) is known color: Tradewind. HEX triplet: 6A, AC and A8. RGB value is (106,172,168). Sum of RGB (Red+Green+Blue) = 106+172+168=446 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.77% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 172 - color contains mainly: green. Hex color #6AACA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AACA8 is #955357. Grayscale: #979797. Windows color (decimal): -9786200 or 11054186. OLE color: 11054186.
HSL color Cylindrical-coordinate representation of color #6AACA8: hue angle of 176.36º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AACA8 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 172 | 168 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.33 |
| HSL | 176.36º | 0.28% | 0.55% | - |
| HSV(B) | 176.36º | 0.38% | 0.67% | - |
| XYZ | 27.76 | 35.4 | 42.41 | - |
| YUV | 151.81 | 137.13 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 172 | 168 | 0.38 | 0 | 0.02 | 0.33 | 176.36 | 0.28 | 0.55 |
| Hex | 6A | AC | A8 | 26 | 0 | 2 | 21 | B0 | 1C | 37 |
| Octal | 152 | 254 | 250 | 46 | 0 | 2 | 41 | 260 | 34 | 67 |
| Binary | 1101010 | 10101100 | 10101000 | 100110 | 0 | 10 | 100001 | 10110000 | 11100 | 110111 |
Color Harmonies of #6AACA8
Complementary color
Monochromatic Colors of #6AACA8
Black with #6AACA8
Text Example
Text Example
White with #6AACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AACA8; }
p { color: rgb(106,172,168); }
H1.HeaderClassName
{
color: #6AACA8;
}
.AnyTagClassName
{
color: #6AACA8;
}
</style>
background-color css
<style>
a { background-color: #6AACA8; }
a { background-color: rgb(106,172,168); }
div.DivClassName
{
background-color: #6AACA8;
}
.BgClassName
{
background-color: #6AACA8;
}
</style>
border-color css
<style>
span { border-color: #6AACA8; }
span { border-color: rgb(106,172,168); }
td.TdClassName
{
border-color: #6AACA8;
}
.TagClassName
{
border-color: #6AACA8;
}
</style>