Shades of Tradewind #66ABA3
Tints of Tradewind #66ABA3
RGB
CMYK
RGB Variations
Color information
#66ABA3 (or 0x66ABA3) is known color: Tradewind. HEX triplet: 66, AB and A3. RGB value is (102,171,163). Sum of RGB (Red+Green+Blue) = 102+171+163=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #66ABA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ABA3 is #99545C. Grayscale: #959595. Windows color (decimal): -10048605 or 10726246. OLE color: 10726246.
HSL color Cylindrical-coordinate representation of color #66ABA3: hue angle of 173.04º 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 #66ABA3 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 163 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.33 |
| HSL | 173.04º | 0.29% | 0.54% | - |
| HSV(B) | 173.04º | 0.4% | 0.67% | - |
| XYZ | 26.65 | 34.59 | 39.92 | - |
| YUV | 149.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 163 | 0.40 | 0 | 0.05 | 0.33 | 173.04 | 0.29 | 0.54 |
| Hex | 66 | AB | A3 | 28 | 0 | 5 | 21 | AD | 1D | 36 |
| Octal | 146 | 253 | 243 | 50 | 0 | 5 | 41 | 255 | 35 | 66 |
| Binary | 1100110 | 10101011 | 10100011 | 101000 | 0 | 101 | 100001 | 10101101 | 11101 | 110110 |
Color Harmonies of #66ABA3
Complementary color
Monochromatic Colors of #66ABA3
Black with #66ABA3
Text Example
Text Example
White with #66ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ABA3; }
p { color: rgb(102,171,163); }
H1.HeaderClassName
{
color: #66ABA3;
}
.AnyTagClassName
{
color: #66ABA3;
}
</style>
background-color css
<style>
a { background-color: #66ABA3; }
a { background-color: rgb(102,171,163); }
div.DivClassName
{
background-color: #66ABA3;
}
.BgClassName
{
background-color: #66ABA3;
}
</style>
border-color css
<style>
span { border-color: #66ABA3; }
span { border-color: rgb(102,171,163); }
td.TdClassName
{
border-color: #66ABA3;
}
.TagClassName
{
border-color: #66ABA3;
}
</style>