Shades of Tradewind #69AAA6
Tints of Tradewind #69AAA6
RGB
CMYK
RGB Variations
Color information
#69AAA6 (or 0x69AAA6) is known color: Tradewind. HEX triplet: 69, AA and A6. RGB value is (105,170,166). Sum of RGB (Red+Green+Blue) = 105+170+166=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 166 (65.23% from 255 or 37.64% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #69AAA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AAA6 is #965559. Grayscale: #969696. Windows color (decimal): -9852250 or 10922601. OLE color: 10922601.
HSL color Cylindrical-coordinate representation of color #69AAA6: hue angle of 176.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69AAA6 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 170 | 166 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.33 |
| HSL | 176.31º | 0.28% | 0.54% | - |
| HSV(B) | 176.31º | 0.38% | 0.67% | - |
| XYZ | 27.08 | 34.51 | 41.31 | - |
| YUV | 150.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 170 | 166 | 0.38 | 0 | 0.02 | 0.33 | 176.31 | 0.28 | 0.54 |
| Hex | 69 | AA | A6 | 26 | 0 | 2 | 21 | B0 | 1C | 36 |
| Octal | 151 | 252 | 246 | 46 | 0 | 2 | 41 | 260 | 34 | 66 |
| Binary | 1101001 | 10101010 | 10100110 | 100110 | 0 | 10 | 100001 | 10110000 | 11100 | 110110 |
Color Harmonies of #69AAA6
Complementary color
Monochromatic Colors of #69AAA6
Black with #69AAA6
Text Example
Text Example
White with #69AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AAA6; }
p { color: rgb(105,170,166); }
H1.HeaderClassName
{
color: #69AAA6;
}
.AnyTagClassName
{
color: #69AAA6;
}
</style>
background-color css
<style>
a { background-color: #69AAA6; }
a { background-color: rgb(105,170,166); }
div.DivClassName
{
background-color: #69AAA6;
}
.BgClassName
{
background-color: #69AAA6;
}
</style>
border-color css
<style>
span { border-color: #69AAA6; }
span { border-color: rgb(105,170,166); }
td.TdClassName
{
border-color: #69AAA6;
}
.TagClassName
{
border-color: #69AAA6;
}
</style>