Shades of Tradewind #66B6AB
Tints of Tradewind #66B6AB
RGB
CMYK
RGB Variations
Color information
#66B6AB (or 0x66B6AB) is known color: Tradewind. HEX triplet: 66, B6 and AB. RGB value is (102,182,171). Sum of RGB (Red+Green+Blue) = 102+182+171=455 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.42% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #66B6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B6AB is #994954. Grayscale: #9C9C9C. Windows color (decimal): -10045781 or 11253350. OLE color: 11253350.
HSL color Cylindrical-coordinate representation of color #66B6AB: hue angle of 171.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B6AB is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 182 | 171 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.29 |
| HSL | 171.75º | 0.35% | 0.56% | - |
| HSV(B) | 171.75º | 0.44% | 0.71% | - |
| XYZ | 29.56 | 39.22 | 44.54 | - |
| YUV | 156.83 | 136 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 182 | 171 | 0.44 | 0 | 0.06 | 0.29 | 171.75 | 0.35 | 0.56 |
| Hex | 66 | B6 | AB | 2C | 0 | 6 | 1D | AC | 23 | 38 |
| Octal | 146 | 266 | 253 | 54 | 0 | 6 | 35 | 254 | 43 | 70 |
| Binary | 1100110 | 10110110 | 10101011 | 101100 | 0 | 110 | 11101 | 10101100 | 100011 | 111000 |
Color Harmonies of #66B6AB
Complementary color
Monochromatic Colors of #66B6AB
Black with #66B6AB
Text Example
Text Example
White with #66B6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B6AB; }
p { color: rgb(102,182,171); }
H1.HeaderClassName
{
color: #66B6AB;
}
.AnyTagClassName
{
color: #66B6AB;
}
</style>
background-color css
<style>
a { background-color: #66B6AB; }
a { background-color: rgb(102,182,171); }
div.DivClassName
{
background-color: #66B6AB;
}
.BgClassName
{
background-color: #66B6AB;
}
</style>
border-color css
<style>
span { border-color: #66B6AB; }
span { border-color: rgb(102,182,171); }
td.TdClassName
{
border-color: #66B6AB;
}
.TagClassName
{
border-color: #66B6AB;
}
</style>