Shades of Tradewind #66B1AD
Tints of Tradewind #66B1AD
RGB
CMYK
RGB Variations
Color information
#66B1AD (or 0x66B1AD) is known color: Tradewind. HEX triplet: 66, B1 and AD. RGB value is (102,177,173). Sum of RGB (Red+Green+Blue) = 102+177+173=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 177 - color contains mainly: green. Hex color #66B1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B1AD is #994E52. Grayscale: #9A9A9A. Windows color (decimal): -10047059 or 11383142. OLE color: 11383142.
HSL color Cylindrical-coordinate representation of color #66B1AD: hue angle of 176.8º 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 #66B1AD is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 177 | 173 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.31 |
| HSL | 176.8º | 0.32% | 0.55% | - |
| HSV(B) | 176.8º | 0.42% | 0.69% | - |
| XYZ | 28.74 | 37.29 | 45.22 | - |
| YUV | 154.12 | 138.65 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 177 | 173 | 0.42 | 0 | 0.02 | 0.31 | 176.8 | 0.32 | 0.55 |
| Hex | 66 | B1 | AD | 2A | 0 | 2 | 1F | B1 | 20 | 37 |
| Octal | 146 | 261 | 255 | 52 | 0 | 2 | 37 | 261 | 40 | 67 |
| Binary | 1100110 | 10110001 | 10101101 | 101010 | 0 | 10 | 11111 | 10110001 | 100000 | 110111 |
Color Harmonies of #66B1AD
Complementary color
Monochromatic Colors of #66B1AD
Black with #66B1AD
Text Example
Text Example
White with #66B1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B1AD; }
p { color: rgb(102,177,173); }
H1.HeaderClassName
{
color: #66B1AD;
}
.AnyTagClassName
{
color: #66B1AD;
}
</style>
background-color css
<style>
a { background-color: #66B1AD; }
a { background-color: rgb(102,177,173); }
div.DivClassName
{
background-color: #66B1AD;
}
.BgClassName
{
background-color: #66B1AD;
}
</style>
border-color css
<style>
span { border-color: #66B1AD; }
span { border-color: rgb(102,177,173); }
td.TdClassName
{
border-color: #66B1AD;
}
.TagClassName
{
border-color: #66B1AD;
}
</style>