Shades of Tradewind #69A69F
Tints of Tradewind #69A69F
RGB
CMYK
RGB Variations
Color information
#69A69F (or 0x69A69F) is known color: Tradewind. HEX triplet: 69, A6 and 9F. RGB value is (105,166,159). Sum of RGB (Red+Green+Blue) = 105+166+159=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 166 - color contains mainly: green. Hex color #69A69F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A69F is #965960. Grayscale: #929292. Windows color (decimal): -9853281 or 10462825. OLE color: 10462825.
HSL color Cylindrical-coordinate representation of color #69A69F: hue angle of 173.11º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69A69F is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 166 | 159 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.35 |
| HSL | 173.11º | 0.26% | 0.53% | - |
| HSV(B) | 173.11º | 0.37% | 0.65% | - |
| XYZ | 25.72 | 32.78 | 37.77 | - |
| YUV | 146.96 | 134.79 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 166 | 159 | 0.37 | 0 | 0.04 | 0.35 | 173.11 | 0.26 | 0.53 |
| Hex | 69 | A6 | 9F | 25 | 0 | 4 | 23 | AD | 1A | 35 |
| Octal | 151 | 246 | 237 | 45 | 0 | 4 | 43 | 255 | 32 | 65 |
| Binary | 1101001 | 10100110 | 10011111 | 100101 | 0 | 100 | 100011 | 10101101 | 11010 | 110101 |
Color Harmonies of #69A69F
Complementary color
Monochromatic Colors of #69A69F
Black with #69A69F
Text Example
Text Example
White with #69A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A69F; }
p { color: rgb(105,166,159); }
H1.HeaderClassName
{
color: #69A69F;
}
.AnyTagClassName
{
color: #69A69F;
}
</style>
background-color css
<style>
a { background-color: #69A69F; }
a { background-color: rgb(105,166,159); }
div.DivClassName
{
background-color: #69A69F;
}
.BgClassName
{
background-color: #69A69F;
}
</style>
border-color css
<style>
span { border-color: #69A69F; }
span { border-color: rgb(105,166,159); }
td.TdClassName
{
border-color: #69A69F;
}
.TagClassName
{
border-color: #69A69F;
}
</style>