Shades of Tradewind #66AB9F
Tints of Tradewind #66AB9F
RGB
CMYK
RGB Variations
Color information
#66AB9F (or 0x66AB9F) is known color: Tradewind. HEX triplet: 66, AB and 9F. RGB value is (102,171,159). Sum of RGB (Red+Green+Blue) = 102+171+159=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AB9F is #995460. Grayscale: #949494. Windows color (decimal): -10048609 or 10464102. OLE color: 10464102.
HSL color Cylindrical-coordinate representation of color #66AB9F: hue angle of 169.57º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66AB9F is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 159 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.33 |
| HSL | 169.57º | 0.29% | 0.54% | - |
| HSV(B) | 169.57º | 0.4% | 0.67% | - |
| XYZ | 26.3 | 34.45 | 38.06 | - |
| YUV | 149 | 133.64 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 159 | 0.40 | 0 | 0.07 | 0.33 | 169.57 | 0.29 | 0.54 |
| Hex | 66 | AB | 9F | 28 | 0 | 7 | 21 | AA | 1D | 36 |
| Octal | 146 | 253 | 237 | 50 | 0 | 7 | 41 | 252 | 35 | 66 |
| Binary | 1100110 | 10101011 | 10011111 | 101000 | 0 | 111 | 100001 | 10101010 | 11101 | 110110 |
Color Harmonies of #66AB9F
Complementary color
Monochromatic Colors of #66AB9F
Black with #66AB9F
Text Example
Text Example
White with #66AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AB9F; }
p { color: rgb(102,171,159); }
H1.HeaderClassName
{
color: #66AB9F;
}
.AnyTagClassName
{
color: #66AB9F;
}
</style>
background-color css
<style>
a { background-color: #66AB9F; }
a { background-color: rgb(102,171,159); }
div.DivClassName
{
background-color: #66AB9F;
}
.BgClassName
{
background-color: #66AB9F;
}
</style>
border-color css
<style>
span { border-color: #66AB9F; }
span { border-color: rgb(102,171,159); }
td.TdClassName
{
border-color: #66AB9F;
}
.TagClassName
{
border-color: #66AB9F;
}
</style>