Shades of Tradewind #66BAB3
Tints of Tradewind #66BAB3
RGB
CMYK
RGB Variations
Color information
#66BAB3 (or 0x66BAB3) is known color: Tradewind. HEX triplet: 66, BA and B3. RGB value is (102,186,179). Sum of RGB (Red+Green+Blue) = 102+186+179=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #66BAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BAB3 is #99454C. Grayscale: #A0A0A0. Windows color (decimal): -10044749 or 11778662. OLE color: 11778662.
HSL color Cylindrical-coordinate representation of color #66BAB3: hue angle of 175º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BAB3 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 179 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.27 |
| HSL | 175º | 0.38% | 0.56% | - |
| HSV(B) | 175º | 0.45% | 0.73% | - |
| XYZ | 31.18 | 41.2 | 48.96 | - |
| YUV | 160.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 179 | 0.45 | 0 | 0.04 | 0.27 | 175 | 0.38 | 0.56 |
| Hex | 66 | BA | B3 | 2D | 0 | 4 | 1B | AF | 26 | 38 |
| Octal | 146 | 272 | 263 | 55 | 0 | 4 | 33 | 257 | 46 | 70 |
| Binary | 1100110 | 10111010 | 10110011 | 101101 | 0 | 100 | 11011 | 10101111 | 100110 | 111000 |
Color Harmonies of #66BAB3
Complementary color
Monochromatic Colors of #66BAB3
Black with #66BAB3
Text Example
Text Example
White with #66BAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BAB3; }
p { color: rgb(102,186,179); }
H1.HeaderClassName
{
color: #66BAB3;
}
.AnyTagClassName
{
color: #66BAB3;
}
</style>
background-color css
<style>
a { background-color: #66BAB3; }
a { background-color: rgb(102,186,179); }
div.DivClassName
{
background-color: #66BAB3;
}
.BgClassName
{
background-color: #66BAB3;
}
</style>
border-color css
<style>
span { border-color: #66BAB3; }
span { border-color: rgb(102,186,179); }
td.TdClassName
{
border-color: #66BAB3;
}
.TagClassName
{
border-color: #66BAB3;
}
</style>