Shades of Tradewind #66BBAB
Tints of Tradewind #66BBAB
RGB
CMYK
RGB Variations
Color information
#66BBAB (or 0x66BBAB) is known color: Tradewind. HEX triplet: 66, BB and AB. RGB value is (102,187,171). Sum of RGB (Red+Green+Blue) = 102+187+171=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #66BBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BBAB is #994454. Grayscale: #9F9F9F. Windows color (decimal): -10044501 or 11254630. OLE color: 11254630.
HSL color Cylindrical-coordinate representation of color #66BBAB: hue angle of 168.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BBAB is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 187 | 171 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.27 |
| HSL | 168.71º | 0.38% | 0.57% | - |
| HSV(B) | 168.71º | 0.45% | 0.73% | - |
| XYZ | 30.6 | 41.31 | 44.89 | - |
| YUV | 159.76 | 134.34 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 171 | 0.45 | 0 | 0.09 | 0.27 | 168.71 | 0.38 | 0.57 |
| Hex | 66 | BB | AB | 2D | 0 | 9 | 1B | A9 | 26 | 39 |
| Octal | 146 | 273 | 253 | 55 | 0 | 11 | 33 | 251 | 46 | 71 |
| Binary | 1100110 | 10111011 | 10101011 | 101101 | 0 | 1001 | 11011 | 10101001 | 100110 | 111001 |
Color Harmonies of #66BBAB
Complementary color
Monochromatic Colors of #66BBAB
Black with #66BBAB
Text Example
Text Example
White with #66BBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BBAB; }
p { color: rgb(102,187,171); }
H1.HeaderClassName
{
color: #66BBAB;
}
.AnyTagClassName
{
color: #66BBAB;
}
</style>
background-color css
<style>
a { background-color: #66BBAB; }
a { background-color: rgb(102,187,171); }
div.DivClassName
{
background-color: #66BBAB;
}
.BgClassName
{
background-color: #66BBAB;
}
</style>
border-color css
<style>
span { border-color: #66BBAB; }
span { border-color: rgb(102,187,171); }
td.TdClassName
{
border-color: #66BBAB;
}
.TagClassName
{
border-color: #66BBAB;
}
</style>