Shades of Tradewind #66BEB5
Tints of Tradewind #66BEB5
RGB
CMYK
RGB Variations
Color information
#66BEB5 (or 0x66BEB5) is known color: Tradewind. HEX triplet: 66, BE and B5. RGB value is (102,190,181). Sum of RGB (Red+Green+Blue) = 102+190+181=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 190 - color contains mainly: green. Hex color #66BEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEB5 is #99414A. Grayscale: #A2A2A2. Windows color (decimal): -10043723 or 11910758. OLE color: 11910758.
HSL color Cylindrical-coordinate representation of color #66BEB5: hue angle of 173.86º 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 #66BEB5 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 181 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.25 |
| HSL | 173.86º | 0.4% | 0.57% | - |
| HSV(B) | 173.86º | 0.46% | 0.75% | - |
| XYZ | 32.23 | 42.99 | 50.31 | - |
| YUV | 162.66 | 138.35 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 181 | 0.46 | 0 | 0.05 | 0.25 | 173.86 | 0.4 | 0.57 |
| Hex | 66 | BE | B5 | 2E | 0 | 5 | 19 | AE | 28 | 39 |
| Octal | 146 | 276 | 265 | 56 | 0 | 5 | 31 | 256 | 50 | 71 |
| Binary | 1100110 | 10111110 | 10110101 | 101110 | 0 | 101 | 11001 | 10101110 | 101000 | 111001 |
Color Harmonies of #66BEB5
Complementary color
Monochromatic Colors of #66BEB5
Black with #66BEB5
Text Example
Text Example
White with #66BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEB5; }
p { color: rgb(102,190,181); }
H1.HeaderClassName
{
color: #66BEB5;
}
.AnyTagClassName
{
color: #66BEB5;
}
</style>
background-color css
<style>
a { background-color: #66BEB5; }
a { background-color: rgb(102,190,181); }
div.DivClassName
{
background-color: #66BEB5;
}
.BgClassName
{
background-color: #66BEB5;
}
</style>
border-color css
<style>
span { border-color: #66BEB5; }
span { border-color: rgb(102,190,181); }
td.TdClassName
{
border-color: #66BEB5;
}
.TagClassName
{
border-color: #66BEB5;
}
</style>