Shades of Tradewind #66A6A0
Tints of Tradewind #66A6A0
RGB
CMYK
RGB Variations
Color information
#66A6A0 (or 0x66A6A0) is known color: Tradewind. HEX triplet: 66, A6 and A0. RGB value is (102,166,160). Sum of RGB (Red+Green+Blue) = 102+166+160=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 166 - color contains mainly: green. Hex color #66A6A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A6A0 is #99595F. Grayscale: #929292. Windows color (decimal): -10049888 or 10528358. OLE color: 10528358.
HSL color Cylindrical-coordinate representation of color #66A6A0: hue angle of 174.38º 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 #66A6A0 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 166 | 160 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.35 |
| HSL | 174.38º | 0.26% | 0.53% | - |
| HSV(B) | 174.38º | 0.39% | 0.65% | - |
| XYZ | 25.46 | 32.64 | 38.22 | - |
| YUV | 146.18 | 135.8 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 166 | 160 | 0.39 | 0 | 0.04 | 0.35 | 174.38 | 0.26 | 0.53 |
| Hex | 66 | A6 | A0 | 27 | 0 | 4 | 23 | AE | 1A | 35 |
| Octal | 146 | 246 | 240 | 47 | 0 | 4 | 43 | 256 | 32 | 65 |
| Binary | 1100110 | 10100110 | 10100000 | 100111 | 0 | 100 | 100011 | 10101110 | 11010 | 110101 |
Color Harmonies of #66A6A0
Complementary color
Monochromatic Colors of #66A6A0
Black with #66A6A0
Text Example
Text Example
White with #66A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A6A0; }
p { color: rgb(102,166,160); }
H1.HeaderClassName
{
color: #66A6A0;
}
.AnyTagClassName
{
color: #66A6A0;
}
</style>
background-color css
<style>
a { background-color: #66A6A0; }
a { background-color: rgb(102,166,160); }
div.DivClassName
{
background-color: #66A6A0;
}
.BgClassName
{
background-color: #66A6A0;
}
</style>
border-color css
<style>
span { border-color: #66A6A0; }
span { border-color: rgb(102,166,160); }
td.TdClassName
{
border-color: #66A6A0;
}
.TagClassName
{
border-color: #66A6A0;
}
</style>