Shades of Tradewind #66BCB0
Tints of Tradewind #66BCB0
RGB
CMYK
RGB Variations
Color information
#66BCB0 (or 0x66BCB0) is known color: Tradewind. HEX triplet: 66, BC and B0. RGB value is (102,188,176). Sum of RGB (Red+Green+Blue) = 102+188+176=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #66BCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BCB0 is #99434F. Grayscale: #A0A0A0. Windows color (decimal): -10044240 or 11582566. OLE color: 11582566.
HSL color Cylindrical-coordinate representation of color #66BCB0: hue angle of 171.63º degrees, saturation: 0.39, 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 #66BCB0 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 176 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.26 |
| HSL | 171.63º | 0.39% | 0.57% | - |
| HSV(B) | 171.63º | 0.46% | 0.74% | - |
| XYZ | 31.3 | 41.93 | 47.52 | - |
| YUV | 160.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 176 | 0.46 | 0 | 0.06 | 0.26 | 171.63 | 0.39 | 0.57 |
| Hex | 66 | BC | B0 | 2E | 0 | 6 | 1A | AC | 27 | 39 |
| Octal | 146 | 274 | 260 | 56 | 0 | 6 | 32 | 254 | 47 | 71 |
| Binary | 1100110 | 10111100 | 10110000 | 101110 | 0 | 110 | 11010 | 10101100 | 100111 | 111001 |
Color Harmonies of #66BCB0
Complementary color
Monochromatic Colors of #66BCB0
Black with #66BCB0
Text Example
Text Example
White with #66BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BCB0; }
p { color: rgb(102,188,176); }
H1.HeaderClassName
{
color: #66BCB0;
}
.AnyTagClassName
{
color: #66BCB0;
}
</style>
background-color css
<style>
a { background-color: #66BCB0; }
a { background-color: rgb(102,188,176); }
div.DivClassName
{
background-color: #66BCB0;
}
.BgClassName
{
background-color: #66BCB0;
}
</style>
border-color css
<style>
span { border-color: #66BCB0; }
span { border-color: rgb(102,188,176); }
td.TdClassName
{
border-color: #66BCB0;
}
.TagClassName
{
border-color: #66BCB0;
}
</style>