Shades of Tradewind #69A89E
Tints of Tradewind #69A89E
RGB
CMYK
RGB Variations
Color information
#69A89E (or 0x69A89E) is known color: Tradewind. HEX triplet: 69, A8 and 9E. RGB value is (105,168,158). Sum of RGB (Red+Green+Blue) = 105+168+158=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 168 - color contains mainly: green. Hex color #69A89E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A89E is #965761. Grayscale: #949494. Windows color (decimal): -9852770 or 10397801. OLE color: 10397801.
HSL color Cylindrical-coordinate representation of color #69A89E: hue angle of 170.48º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69A89E is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 168 | 158 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.34 |
| HSL | 170.48º | 0.27% | 0.54% | - |
| HSV(B) | 170.48º | 0.38% | 0.66% | - |
| XYZ | 26 | 33.48 | 37.44 | - |
| YUV | 148.02 | 133.63 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 168 | 158 | 0.38 | 0 | 0.06 | 0.34 | 170.48 | 0.27 | 0.54 |
| Hex | 69 | A8 | 9E | 26 | 0 | 6 | 22 | AA | 1B | 36 |
| Octal | 151 | 250 | 236 | 46 | 0 | 6 | 42 | 252 | 33 | 66 |
| Binary | 1101001 | 10101000 | 10011110 | 100110 | 0 | 110 | 100010 | 10101010 | 11011 | 110110 |
Color Harmonies of #69A89E
Complementary color
Monochromatic Colors of #69A89E
Black with #69A89E
Text Example
Text Example
White with #69A89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A89E; }
p { color: rgb(105,168,158); }
H1.HeaderClassName
{
color: #69A89E;
}
.AnyTagClassName
{
color: #69A89E;
}
</style>
background-color css
<style>
a { background-color: #69A89E; }
a { background-color: rgb(105,168,158); }
div.DivClassName
{
background-color: #69A89E;
}
.BgClassName
{
background-color: #69A89E;
}
</style>
border-color css
<style>
span { border-color: #69A89E; }
span { border-color: rgb(105,168,158); }
td.TdClassName
{
border-color: #69A89E;
}
.TagClassName
{
border-color: #69A89E;
}
</style>