Shades of Tradewind #66BEB3
Tints of Tradewind #66BEB3
RGB
CMYK
RGB Variations
Color information
#66BEB3 (or 0x66BEB3) is known color: Tradewind. HEX triplet: 66, BE and B3. RGB value is (102,190,179). Sum of RGB (Red+Green+Blue) = 102+190+179=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #66BEB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEB3 is #99414C. Grayscale: #A2A2A2. Windows color (decimal): -10043725 or 11779686. OLE color: 11779686.
HSL color Cylindrical-coordinate representation of color #66BEB3: hue angle of 172.5º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BEB3 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 179 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.25 |
| HSL | 172.5º | 0.4% | 0.57% | - |
| HSV(B) | 172.5º | 0.46% | 0.75% | - |
| XYZ | 32.03 | 42.91 | 49.24 | - |
| YUV | 162.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 179 | 0.46 | 0 | 0.06 | 0.25 | 172.5 | 0.4 | 0.57 |
| Hex | 66 | BE | B3 | 2E | 0 | 6 | 19 | AC | 28 | 39 |
| Octal | 146 | 276 | 263 | 56 | 0 | 6 | 31 | 254 | 50 | 71 |
| Binary | 1100110 | 10111110 | 10110011 | 101110 | 0 | 110 | 11001 | 10101100 | 101000 | 111001 |
Color Harmonies of #66BEB3
Complementary color
Monochromatic Colors of #66BEB3
Black with #66BEB3
Text Example
Text Example
White with #66BEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEB3; }
p { color: rgb(102,190,179); }
H1.HeaderClassName
{
color: #66BEB3;
}
.AnyTagClassName
{
color: #66BEB3;
}
</style>
background-color css
<style>
a { background-color: #66BEB3; }
a { background-color: rgb(102,190,179); }
div.DivClassName
{
background-color: #66BEB3;
}
.BgClassName
{
background-color: #66BEB3;
}
</style>
border-color css
<style>
span { border-color: #66BEB3; }
span { border-color: rgb(102,190,179); }
td.TdClassName
{
border-color: #66BEB3;
}
.TagClassName
{
border-color: #66BEB3;
}
</style>