Shades of Tradewind #66BDAF
Tints of Tradewind #66BDAF
RGB
CMYK
RGB Variations
Color information
#66BDAF (or 0x66BDAF) is known color: Tradewind. HEX triplet: 66, BD and AF. RGB value is (102,189,175). Sum of RGB (Red+Green+Blue) = 102+189+175=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #66BDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BDAF is #994250. Grayscale: #A1A1A1. Windows color (decimal): -10043985 or 11517286. OLE color: 11517286.
HSL color Cylindrical-coordinate representation of color #66BDAF: hue angle of 170.34º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BDAF is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 175 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.26 |
| HSL | 170.34º | 0.4% | 0.57% | - |
| HSV(B) | 170.34º | 0.46% | 0.74% | - |
| XYZ | 31.41 | 42.32 | 47.07 | - |
| YUV | 161.39 | 135.68 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 175 | 0.46 | 0 | 0.07 | 0.26 | 170.34 | 0.4 | 0.57 |
| Hex | 66 | BD | AF | 2E | 0 | 7 | 1A | AA | 28 | 39 |
| Octal | 146 | 275 | 257 | 56 | 0 | 7 | 32 | 252 | 50 | 71 |
| Binary | 1100110 | 10111101 | 10101111 | 101110 | 0 | 111 | 11010 | 10101010 | 101000 | 111001 |
Color Harmonies of #66BDAF
Complementary color
Monochromatic Colors of #66BDAF
Black with #66BDAF
Text Example
Text Example
White with #66BDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDAF; }
p { color: rgb(102,189,175); }
H1.HeaderClassName
{
color: #66BDAF;
}
.AnyTagClassName
{
color: #66BDAF;
}
</style>
background-color css
<style>
a { background-color: #66BDAF; }
a { background-color: rgb(102,189,175); }
div.DivClassName
{
background-color: #66BDAF;
}
.BgClassName
{
background-color: #66BDAF;
}
</style>
border-color css
<style>
span { border-color: #66BDAF; }
span { border-color: rgb(102,189,175); }
td.TdClassName
{
border-color: #66BDAF;
}
.TagClassName
{
border-color: #66BDAF;
}
</style>