Shades of Tradewind #69AC9E
Tints of Tradewind #69AC9E
RGB
CMYK
RGB Variations
Color information
#69AC9E (or 0x69AC9E) is known color: Tradewind. HEX triplet: 69, AC and 9E. RGB value is (105,172,158). Sum of RGB (Red+Green+Blue) = 105+172+158=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AC9E is #965361. Grayscale: #969696. Windows color (decimal): -9851746 or 10398825. OLE color: 10398825.
HSL color Cylindrical-coordinate representation of color #69AC9E: hue angle of 167.46º degrees, saturation: 0.29, 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 #69AC9E is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 172 | 158 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.33 |
| HSL | 167.46º | 0.29% | 0.54% | - |
| HSV(B) | 167.46º | 0.39% | 0.67% | - |
| XYZ | 26.75 | 34.98 | 37.69 | - |
| YUV | 150.37 | 132.3 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 172 | 158 | 0.39 | 0 | 0.08 | 0.33 | 167.46 | 0.29 | 0.54 |
| Hex | 69 | AC | 9E | 27 | 0 | 8 | 21 | A7 | 1D | 36 |
| Octal | 151 | 254 | 236 | 47 | 0 | 10 | 41 | 247 | 35 | 66 |
| Binary | 1101001 | 10101100 | 10011110 | 100111 | 0 | 1000 | 100001 | 10100111 | 11101 | 110110 |
Color Harmonies of #69AC9E
Complementary color
Monochromatic Colors of #69AC9E
Black with #69AC9E
Text Example
Text Example
White with #69AC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AC9E; }
p { color: rgb(105,172,158); }
H1.HeaderClassName
{
color: #69AC9E;
}
.AnyTagClassName
{
color: #69AC9E;
}
</style>
background-color css
<style>
a { background-color: #69AC9E; }
a { background-color: rgb(105,172,158); }
div.DivClassName
{
background-color: #69AC9E;
}
.BgClassName
{
background-color: #69AC9E;
}
</style>
border-color css
<style>
span { border-color: #69AC9E; }
span { border-color: rgb(105,172,158); }
td.TdClassName
{
border-color: #69AC9E;
}
.TagClassName
{
border-color: #69AC9E;
}
</style>