Shades of Tradewind #66AC9F
Tints of Tradewind #66AC9F
RGB
CMYK
RGB Variations
Color information
#66AC9F (or 0x66AC9F) is known color: Tradewind. HEX triplet: 66, AC and 9F. RGB value is (102,172,159). Sum of RGB (Red+Green+Blue) = 102+172+159=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AC9F is #995360. Grayscale: #959595. Windows color (decimal): -10048353 or 10464358. OLE color: 10464358.
HSL color Cylindrical-coordinate representation of color #66AC9F: hue angle of 168.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AC9F is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 172 | 159 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.33 |
| HSL | 168.86º | 0.3% | 0.54% | - |
| HSV(B) | 168.86º | 0.41% | 0.67% | - |
| XYZ | 26.49 | 34.83 | 38.13 | - |
| YUV | 149.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 159 | 0.41 | 0 | 0.08 | 0.33 | 168.86 | 0.3 | 0.54 |
| Hex | 66 | AC | 9F | 29 | 0 | 8 | 21 | A9 | 1E | 36 |
| Octal | 146 | 254 | 237 | 51 | 0 | 10 | 41 | 251 | 36 | 66 |
| Binary | 1100110 | 10101100 | 10011111 | 101001 | 0 | 1000 | 100001 | 10101001 | 11110 | 110110 |
Color Harmonies of #66AC9F
Complementary color
Monochromatic Colors of #66AC9F
Black with #66AC9F
Text Example
Text Example
White with #66AC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AC9F; }
p { color: rgb(102,172,159); }
H1.HeaderClassName
{
color: #66AC9F;
}
.AnyTagClassName
{
color: #66AC9F;
}
</style>
background-color css
<style>
a { background-color: #66AC9F; }
a { background-color: rgb(102,172,159); }
div.DivClassName
{
background-color: #66AC9F;
}
.BgClassName
{
background-color: #66AC9F;
}
</style>
border-color css
<style>
span { border-color: #66AC9F; }
span { border-color: rgb(102,172,159); }
td.TdClassName
{
border-color: #66AC9F;
}
.TagClassName
{
border-color: #66AC9F;
}
</style>