Shades of Tradewind #69A49E
Tints of Tradewind #69A49E
RGB
CMYK
RGB Variations
Color information
#69A49E (or 0x69A49E) is known color: Tradewind. HEX triplet: 69, A4 and 9E. RGB value is (105,164,158). Sum of RGB (Red+Green+Blue) = 105+164+158=427 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.59% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #69A49E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A49E is #965B61. Grayscale: #919191. Windows color (decimal): -9853794 or 10396777. OLE color: 10396777.
HSL color Cylindrical-coordinate representation of color #69A49E: hue angle of 173.9º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A49E is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 164 | 158 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.36 |
| HSL | 173.9º | 0.24% | 0.53% | - |
| HSV(B) | 173.9º | 0.36% | 0.64% | - |
| XYZ | 25.27 | 32.02 | 37.2 | - |
| YUV | 145.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 164 | 158 | 0.36 | 0 | 0.04 | 0.36 | 173.9 | 0.24 | 0.53 |
| Hex | 69 | A4 | 9E | 24 | 0 | 4 | 24 | AE | 18 | 35 |
| Octal | 151 | 244 | 236 | 44 | 0 | 4 | 44 | 256 | 30 | 65 |
| Binary | 1101001 | 10100100 | 10011110 | 100100 | 0 | 100 | 100100 | 10101110 | 11000 | 110101 |
Color Harmonies of #69A49E
Complementary color
Monochromatic Colors of #69A49E
Black with #69A49E
Text Example
Text Example
White with #69A49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69A49E; }
p { color: rgb(105,164,158); }
H1.HeaderClassName
{
color: #69A49E;
}
.AnyTagClassName
{
color: #69A49E;
}
</style>
background-color css
<style>
a { background-color: #69A49E; }
a { background-color: rgb(105,164,158); }
div.DivClassName
{
background-color: #69A49E;
}
.BgClassName
{
background-color: #69A49E;
}
</style>
border-color css
<style>
span { border-color: #69A49E; }
span { border-color: rgb(105,164,158); }
td.TdClassName
{
border-color: #69A49E;
}
.TagClassName
{
border-color: #69A49E;
}
</style>