Shades of Tradewind #69A89F
Tints of Tradewind #69A89F
RGB
CMYK
RGB Variations
Color information
#69A89F (or 0x69A89F) is known color: Tradewind. HEX triplet: 69, A8 and 9F. RGB value is (105,168,159). Sum of RGB (Red+Green+Blue) = 105+168+159=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 168 - color contains mainly: green. Hex color #69A89F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A89F is #965760. Grayscale: #949494. Windows color (decimal): -9852769 or 10463337. OLE color: 10463337.
HSL color Cylindrical-coordinate representation of color #69A89F: hue angle of 171.43º 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 #69A89F is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 168 | 159 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.34 |
| HSL | 171.43º | 0.27% | 0.54% | - |
| HSV(B) | 171.43º | 0.38% | 0.66% | - |
| XYZ | 26.09 | 33.51 | 37.89 | - |
| YUV | 148.14 | 134.13 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 168 | 159 | 0.38 | 0 | 0.05 | 0.34 | 171.43 | 0.27 | 0.54 |
| Hex | 69 | A8 | 9F | 26 | 0 | 5 | 22 | AB | 1B | 36 |
| Octal | 151 | 250 | 237 | 46 | 0 | 5 | 42 | 253 | 33 | 66 |
| Binary | 1101001 | 10101000 | 10011111 | 100110 | 0 | 101 | 100010 | 10101011 | 11011 | 110110 |
Color Harmonies of #69A89F
Complementary color
Monochromatic Colors of #69A89F
Black with #69A89F
Text Example
Text Example
White with #69A89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A89F; }
p { color: rgb(105,168,159); }
H1.HeaderClassName
{
color: #69A89F;
}
.AnyTagClassName
{
color: #69A89F;
}
</style>
background-color css
<style>
a { background-color: #69A89F; }
a { background-color: rgb(105,168,159); }
div.DivClassName
{
background-color: #69A89F;
}
.BgClassName
{
background-color: #69A89F;
}
</style>
border-color css
<style>
span { border-color: #69A89F; }
span { border-color: rgb(105,168,159); }
td.TdClassName
{
border-color: #69A89F;
}
.TagClassName
{
border-color: #69A89F;
}
</style>