Shades of Tradewind #69AA9F
Tints of Tradewind #69AA9F
RGB
CMYK
RGB Variations
Color information
#69AA9F (or 0x69AA9F) is known color: Tradewind. HEX triplet: 69, AA and 9F. RGB value is (105,170,159). Sum of RGB (Red+Green+Blue) = 105+170+159=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AA9F is #965560. Grayscale: #959595. Windows color (decimal): -9852257 or 10463849. OLE color: 10463849.
HSL color Cylindrical-coordinate representation of color #69AA9F: hue angle of 169.85º 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 #69AA9F is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 170 | 159 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.33 |
| HSL | 169.85º | 0.28% | 0.54% | - |
| HSV(B) | 169.85º | 0.38% | 0.67% | - |
| XYZ | 26.46 | 34.26 | 38.02 | - |
| YUV | 149.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 170 | 159 | 0.38 | 0 | 0.06 | 0.33 | 169.85 | 0.28 | 0.54 |
| Hex | 69 | AA | 9F | 26 | 0 | 6 | 21 | AA | 1C | 36 |
| Octal | 151 | 252 | 237 | 46 | 0 | 6 | 41 | 252 | 34 | 66 |
| Binary | 1101001 | 10101010 | 10011111 | 100110 | 0 | 110 | 100001 | 10101010 | 11100 | 110110 |
Color Harmonies of #69AA9F
Complementary color
Monochromatic Colors of #69AA9F
Black with #69AA9F
Text Example
Text Example
White with #69AA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AA9F; }
p { color: rgb(105,170,159); }
H1.HeaderClassName
{
color: #69AA9F;
}
.AnyTagClassName
{
color: #69AA9F;
}
</style>
background-color css
<style>
a { background-color: #69AA9F; }
a { background-color: rgb(105,170,159); }
div.DivClassName
{
background-color: #69AA9F;
}
.BgClassName
{
background-color: #69AA9F;
}
</style>
border-color css
<style>
span { border-color: #69AA9F; }
span { border-color: rgb(105,170,159); }
td.TdClassName
{
border-color: #69AA9F;
}
.TagClassName
{
border-color: #69AA9F;
}
</style>