Shades of Tradewind #66ABA1
Tints of Tradewind #66ABA1
RGB
CMYK
RGB Variations
Color information
#66ABA1 (or 0x66ABA1) is known color: Tradewind. HEX triplet: 66, AB and A1. RGB value is (102,171,161). Sum of RGB (Red+Green+Blue) = 102+171+161=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #66ABA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ABA1 is #99545E. Grayscale: #959595. Windows color (decimal): -10048607 or 10595174. OLE color: 10595174.
HSL color Cylindrical-coordinate representation of color #66ABA1: hue angle of 171.3º 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 #66ABA1 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 171 | 161 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.33 |
| HSL | 171.3º | 0.29% | 0.54% | - |
| HSV(B) | 171.3º | 0.4% | 0.67% | - |
| XYZ | 26.48 | 34.52 | 38.99 | - |
| YUV | 149.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 161 | 0.40 | 0 | 0.06 | 0.33 | 171.3 | 0.29 | 0.54 |
| Hex | 66 | AB | A1 | 28 | 0 | 6 | 21 | AB | 1D | 36 |
| Octal | 146 | 253 | 241 | 50 | 0 | 6 | 41 | 253 | 35 | 66 |
| Binary | 1100110 | 10101011 | 10100001 | 101000 | 0 | 110 | 100001 | 10101011 | 11101 | 110110 |
Color Harmonies of #66ABA1
Complementary color
Monochromatic Colors of #66ABA1
Black with #66ABA1
Text Example
Text Example
White with #66ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ABA1; }
p { color: rgb(102,171,161); }
H1.HeaderClassName
{
color: #66ABA1;
}
.AnyTagClassName
{
color: #66ABA1;
}
</style>
background-color css
<style>
a { background-color: #66ABA1; }
a { background-color: rgb(102,171,161); }
div.DivClassName
{
background-color: #66ABA1;
}
.BgClassName
{
background-color: #66ABA1;
}
</style>
border-color css
<style>
span { border-color: #66ABA1; }
span { border-color: rgb(102,171,161); }
td.TdClassName
{
border-color: #66ABA1;
}
.TagClassName
{
border-color: #66ABA1;
}
</style>