Shades of Tradewind #66A69F
Tints of Tradewind #66A69F
RGB
CMYK
RGB Variations
Color information
#66A69F (or 0x66A69F) is known color: Tradewind. HEX triplet: 66, A6 and 9F. RGB value is (102,166,159). Sum of RGB (Red+Green+Blue) = 102+166+159=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 166 - color contains mainly: green. Hex color #66A69F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A69F is #995960. Grayscale: #929292. Windows color (decimal): -10049889 or 10462822. OLE color: 10462822.
HSL color Cylindrical-coordinate representation of color #66A69F: hue angle of 173.44º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A69F is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 166 | 159 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.35 |
| HSL | 173.44º | 0.26% | 0.53% | - |
| HSV(B) | 173.44º | 0.39% | 0.65% | - |
| XYZ | 25.37 | 32.6 | 37.76 | - |
| YUV | 146.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 166 | 159 | 0.39 | 0 | 0.04 | 0.35 | 173.44 | 0.26 | 0.53 |
| Hex | 66 | A6 | 9F | 27 | 0 | 4 | 23 | AD | 1A | 35 |
| Octal | 146 | 246 | 237 | 47 | 0 | 4 | 43 | 255 | 32 | 65 |
| Binary | 1100110 | 10100110 | 10011111 | 100111 | 0 | 100 | 100011 | 10101101 | 11010 | 110101 |
Color Harmonies of #66A69F
Complementary color
Monochromatic Colors of #66A69F
Black with #66A69F
Text Example
Text Example
White with #66A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A69F; }
p { color: rgb(102,166,159); }
H1.HeaderClassName
{
color: #66A69F;
}
.AnyTagClassName
{
color: #66A69F;
}
</style>
background-color css
<style>
a { background-color: #66A69F; }
a { background-color: rgb(102,166,159); }
div.DivClassName
{
background-color: #66A69F;
}
.BgClassName
{
background-color: #66A69F;
}
</style>
border-color css
<style>
span { border-color: #66A69F; }
span { border-color: rgb(102,166,159); }
td.TdClassName
{
border-color: #66A69F;
}
.TagClassName
{
border-color: #66A69F;
}
</style>