Shades of Tradewind #69AB9E
Tints of Tradewind #69AB9E
RGB
CMYK
RGB Variations
Color information
#69AB9E (or 0x69AB9E) is known color: Tradewind. HEX triplet: 69, AB and 9E. RGB value is (105,171,158). Sum of RGB (Red+Green+Blue) = 105+171+158=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AB9E is #965461. Grayscale: #959595. Windows color (decimal): -9852002 or 10398569. OLE color: 10398569.
HSL color Cylindrical-coordinate representation of color #69AB9E: hue angle of 168.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AB9E is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 171 | 158 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.33 |
| HSL | 168.18º | 0.28% | 0.54% | - |
| HSV(B) | 168.18º | 0.39% | 0.67% | - |
| XYZ | 26.56 | 34.6 | 37.63 | - |
| YUV | 149.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 171 | 158 | 0.39 | 0 | 0.08 | 0.33 | 168.18 | 0.28 | 0.54 |
| Hex | 69 | AB | 9E | 27 | 0 | 8 | 21 | A8 | 1C | 36 |
| Octal | 151 | 253 | 236 | 47 | 0 | 10 | 41 | 250 | 34 | 66 |
| Binary | 1101001 | 10101011 | 10011110 | 100111 | 0 | 1000 | 100001 | 10101000 | 11100 | 110110 |
Color Harmonies of #69AB9E
Complementary color
Monochromatic Colors of #69AB9E
Black with #69AB9E
Text Example
Text Example
White with #69AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AB9E; }
p { color: rgb(105,171,158); }
H1.HeaderClassName
{
color: #69AB9E;
}
.AnyTagClassName
{
color: #69AB9E;
}
</style>
background-color css
<style>
a { background-color: #69AB9E; }
a { background-color: rgb(105,171,158); }
div.DivClassName
{
background-color: #69AB9E;
}
.BgClassName
{
background-color: #69AB9E;
}
</style>
border-color css
<style>
span { border-color: #69AB9E; }
span { border-color: rgb(105,171,158); }
td.TdClassName
{
border-color: #69AB9E;
}
.TagClassName
{
border-color: #69AB9E;
}
</style>