Shades of Tradewind #66A9A1
Tints of Tradewind #66A9A1
RGB
CMYK
RGB Variations
Color information
#66A9A1 (or 0x66A9A1) is known color: Tradewind. HEX triplet: 66, A9 and A1. RGB value is (102,169,161). Sum of RGB (Red+Green+Blue) = 102+169+161=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 169 - color contains mainly: green. Hex color #66A9A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A9A1 is #99565E. Grayscale: #949494. Windows color (decimal): -10049119 or 10594662. OLE color: 10594662.
HSL color Cylindrical-coordinate representation of color #66A9A1: hue angle of 172.84º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A9A1 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 169 | 161 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.34 |
| HSL | 172.84º | 0.28% | 0.53% | - |
| HSV(B) | 172.84º | 0.4% | 0.66% | - |
| XYZ | 26.1 | 33.77 | 38.86 | - |
| YUV | 148.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 169 | 161 | 0.40 | 0 | 0.05 | 0.34 | 172.84 | 0.28 | 0.53 |
| Hex | 66 | A9 | A1 | 28 | 0 | 5 | 22 | AD | 1C | 35 |
| Octal | 146 | 251 | 241 | 50 | 0 | 5 | 42 | 255 | 34 | 65 |
| Binary | 1100110 | 10101001 | 10100001 | 101000 | 0 | 101 | 100010 | 10101101 | 11100 | 110101 |
Color Harmonies of #66A9A1
Complementary color
Monochromatic Colors of #66A9A1
Black with #66A9A1
Text Example
Text Example
White with #66A9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A9A1; }
p { color: rgb(102,169,161); }
H1.HeaderClassName
{
color: #66A9A1;
}
.AnyTagClassName
{
color: #66A9A1;
}
</style>
background-color css
<style>
a { background-color: #66A9A1; }
a { background-color: rgb(102,169,161); }
div.DivClassName
{
background-color: #66A9A1;
}
.BgClassName
{
background-color: #66A9A1;
}
</style>
border-color css
<style>
span { border-color: #66A9A1; }
span { border-color: rgb(102,169,161); }
td.TdClassName
{
border-color: #66A9A1;
}
.TagClassName
{
border-color: #66A9A1;
}
</style>