Shades of Tradewind #66B1AB
Tints of Tradewind #66B1AB
RGB
CMYK
RGB Variations
Color information
#66B1AB (or 0x66B1AB) is known color: Tradewind. HEX triplet: 66, B1 and AB. RGB value is (102,177,171). Sum of RGB (Red+Green+Blue) = 102+177+171=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 177 - color contains mainly: green. Hex color #66B1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B1AB is #994E54. Grayscale: #999999. Windows color (decimal): -10047061 or 11252070. OLE color: 11252070.
HSL color Cylindrical-coordinate representation of color #66B1AB: hue angle of 175.2º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66B1AB is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 171 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.31 |
| HSL | 175.2º | 0.32% | 0.55% | - |
| HSV(B) | 175.2º | 0.42% | 0.69% | - |
| XYZ | 28.55 | 37.21 | 44.21 | - |
| YUV | 153.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 171 | 0.42 | 0 | 0.03 | 0.31 | 175.2 | 0.32 | 0.55 |
| Hex | 66 | B1 | AB | 2A | 0 | 3 | 1F | AF | 20 | 37 |
| Octal | 146 | 261 | 253 | 52 | 0 | 3 | 37 | 257 | 40 | 67 |
| Binary | 1100110 | 10110001 | 10101011 | 101010 | 0 | 11 | 11111 | 10101111 | 100000 | 110111 |
Color Harmonies of #66B1AB
Complementary color
Monochromatic Colors of #66B1AB
Black with #66B1AB
Text Example
Text Example
White with #66B1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B1AB; }
p { color: rgb(102,177,171); }
H1.HeaderClassName
{
color: #66B1AB;
}
.AnyTagClassName
{
color: #66B1AB;
}
</style>
background-color css
<style>
a { background-color: #66B1AB; }
a { background-color: rgb(102,177,171); }
div.DivClassName
{
background-color: #66B1AB;
}
.BgClassName
{
background-color: #66B1AB;
}
</style>
border-color css
<style>
span { border-color: #66B1AB; }
span { border-color: rgb(102,177,171); }
td.TdClassName
{
border-color: #66B1AB;
}
.TagClassName
{
border-color: #66B1AB;
}
</style>