Shades of Tradewind #66A49B
Tints of Tradewind #66A49B
RGB
CMYK
RGB Variations
Color information
#66A49B (or 0x66A49B) is known color: Tradewind. HEX triplet: 66, A4 and 9B. RGB value is (102,164,155). Sum of RGB (Red+Green+Blue) = 102+164+155=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #66A49B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A49B is #995B64. Grayscale: #909090. Windows color (decimal): -10050405 or 10200166. OLE color: 10200166.
HSL color Cylindrical-coordinate representation of color #66A49B: hue angle of 171.29º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66A49B is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 164 | 155 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.36 |
| HSL | 171.29º | 0.25% | 0.52% | - |
| HSV(B) | 171.29º | 0.38% | 0.64% | - |
| XYZ | 24.67 | 31.74 | 35.84 | - |
| YUV | 144.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 164 | 155 | 0.38 | 0 | 0.05 | 0.36 | 171.29 | 0.25 | 0.52 |
| Hex | 66 | A4 | 9B | 26 | 0 | 5 | 24 | AB | 19 | 34 |
| Octal | 146 | 244 | 233 | 46 | 0 | 5 | 44 | 253 | 31 | 64 |
| Binary | 1100110 | 10100100 | 10011011 | 100110 | 0 | 101 | 100100 | 10101011 | 11001 | 110100 |
Color Harmonies of #66A49B
Complementary color
Monochromatic Colors of #66A49B
Black with #66A49B
Text Example
Text Example
White with #66A49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A49B; }
p { color: rgb(102,164,155); }
H1.HeaderClassName
{
color: #66A49B;
}
.AnyTagClassName
{
color: #66A49B;
}
</style>
background-color css
<style>
a { background-color: #66A49B; }
a { background-color: rgb(102,164,155); }
div.DivClassName
{
background-color: #66A49B;
}
.BgClassName
{
background-color: #66A49B;
}
</style>
border-color css
<style>
span { border-color: #66A49B; }
span { border-color: rgb(102,164,155); }
td.TdClassName
{
border-color: #66A49B;
}
.TagClassName
{
border-color: #66A49B;
}
</style>