Shades of Tradewind #69AEA9
Tints of Tradewind #69AEA9
RGB
CMYK
RGB Variations
Color information
#69AEA9 (or 0x69AEA9) is known color: Tradewind. HEX triplet: 69, AE and A9. RGB value is (105,174,169). Sum of RGB (Red+Green+Blue) = 105+174+169=448 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.44% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #69AEA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AEA9 is #965156. Grayscale: #989898. Windows color (decimal): -9851223 or 11120233. OLE color: 11120233.
HSL color Cylindrical-coordinate representation of color #69AEA9: hue angle of 175.65º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AEA9 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 174 | 169 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.32 |
| HSL | 175.65º | 0.3% | 0.55% | - |
| HSV(B) | 175.65º | 0.4% | 0.68% | - |
| XYZ | 28.12 | 36.14 | 43.03 | - |
| YUV | 152.8 | 137.14 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 174 | 169 | 0.40 | 0 | 0.03 | 0.32 | 175.65 | 0.3 | 0.55 |
| Hex | 69 | AE | A9 | 28 | 0 | 3 | 20 | B0 | 1E | 37 |
| Octal | 151 | 256 | 251 | 50 | 0 | 3 | 40 | 260 | 36 | 67 |
| Binary | 1101001 | 10101110 | 10101001 | 101000 | 0 | 11 | 100000 | 10110000 | 11110 | 110111 |
Color Harmonies of #69AEA9
Complementary color
Monochromatic Colors of #69AEA9
Black with #69AEA9
Text Example
Text Example
White with #69AEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AEA9; }
p { color: rgb(105,174,169); }
H1.HeaderClassName
{
color: #69AEA9;
}
.AnyTagClassName
{
color: #69AEA9;
}
</style>
background-color css
<style>
a { background-color: #69AEA9; }
a { background-color: rgb(105,174,169); }
div.DivClassName
{
background-color: #69AEA9;
}
.BgClassName
{
background-color: #69AEA9;
}
</style>
border-color css
<style>
span { border-color: #69AEA9; }
span { border-color: rgb(105,174,169); }
td.TdClassName
{
border-color: #69AEA9;
}
.TagClassName
{
border-color: #69AEA9;
}
</style>