Shades of Tradewind #6AADAB
Tints of Tradewind #6AADAB
RGB
CMYK
RGB Variations
Color information
#6AADAB (or 0x6AADAB) is known color: Tradewind. HEX triplet: 6A, AD and AB. RGB value is (106,173,171). Sum of RGB (Red+Green+Blue) = 106+173+171=450 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.56% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 173 - color contains mainly: green. Hex color #6AADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AADAB is #955254. Grayscale: #989898. Windows color (decimal): -9785941 or 11251050. OLE color: 11251050.
HSL color Cylindrical-coordinate representation of color #6AADAB: hue angle of 178.21º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AADAB is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 173 | 171 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.32 |
| HSL | 178.21º | 0.29% | 0.55% | - |
| HSV(B) | 178.21º | 0.39% | 0.68% | - |
| XYZ | 28.24 | 35.89 | 43.97 | - |
| YUV | 152.74 | 138.3 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 171 | 0.39 | 0 | 0.01 | 0.32 | 178.21 | 0.29 | 0.55 |
| Hex | 6A | AD | AB | 27 | 0 | 1 | 20 | B2 | 1D | 37 |
| Octal | 152 | 255 | 253 | 47 | 0 | 1 | 40 | 262 | 35 | 67 |
| Binary | 1101010 | 10101101 | 10101011 | 100111 | 0 | 1 | 100000 | 10110010 | 11101 | 110111 |
Color Harmonies of #6AADAB
Complementary color
Monochromatic Colors of #6AADAB
Black with #6AADAB
Text Example
Text Example
White with #6AADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AADAB; }
p { color: rgb(106,173,171); }
H1.HeaderClassName
{
color: #6AADAB;
}
.AnyTagClassName
{
color: #6AADAB;
}
</style>
background-color css
<style>
a { background-color: #6AADAB; }
a { background-color: rgb(106,173,171); }
div.DivClassName
{
background-color: #6AADAB;
}
.BgClassName
{
background-color: #6AADAB;
}
</style>
border-color css
<style>
span { border-color: #6AADAB; }
span { border-color: rgb(106,173,171); }
td.TdClassName
{
border-color: #6AADAB;
}
.TagClassName
{
border-color: #6AADAB;
}
</style>