Shades of Tradewind #69AAA7
Tints of Tradewind #69AAA7
RGB
CMYK
RGB Variations
Color information
#69AAA7 (or 0x69AAA7) is known color: Tradewind. HEX triplet: 69, AA and A7. RGB value is (105,170,167). Sum of RGB (Red+Green+Blue) = 105+170+167=442 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.76% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #69AAA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AAA7 is #965558. Grayscale: #969696. Windows color (decimal): -9852249 or 10988137. OLE color: 10988137.
HSL color Cylindrical-coordinate representation of color #69AAA7: hue angle of 177.23º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69AAA7 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 170 | 167 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.33 |
| HSL | 177.23º | 0.28% | 0.54% | - |
| HSV(B) | 177.23º | 0.38% | 0.67% | - |
| XYZ | 27.18 | 34.54 | 41.79 | - |
| YUV | 150.22 | 137.47 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 170 | 167 | 0.38 | 0 | 0.02 | 0.33 | 177.23 | 0.28 | 0.54 |
| Hex | 69 | AA | A7 | 26 | 0 | 2 | 21 | B1 | 1C | 36 |
| Octal | 151 | 252 | 247 | 46 | 0 | 2 | 41 | 261 | 34 | 66 |
| Binary | 1101001 | 10101010 | 10100111 | 100110 | 0 | 10 | 100001 | 10110001 | 11100 | 110110 |
Color Harmonies of #69AAA7
Complementary color
Monochromatic Colors of #69AAA7
Black with #69AAA7
Text Example
Text Example
White with #69AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69AAA7; }
p { color: rgb(105,170,167); }
H1.HeaderClassName
{
color: #69AAA7;
}
.AnyTagClassName
{
color: #69AAA7;
}
</style>
background-color css
<style>
a { background-color: #69AAA7; }
a { background-color: rgb(105,170,167); }
div.DivClassName
{
background-color: #69AAA7;
}
.BgClassName
{
background-color: #69AAA7;
}
</style>
border-color css
<style>
span { border-color: #69AAA7; }
span { border-color: rgb(105,170,167); }
td.TdClassName
{
border-color: #69AAA7;
}
.TagClassName
{
border-color: #69AAA7;
}
</style>