Shades of Tradewind #66BEAF
Tints of Tradewind #66BEAF
RGB
CMYK
RGB Variations
Color information
#66BEAF (or 0x66BEAF) is known color: Tradewind. HEX triplet: 66, BE and AF. RGB value is (102,190,175). Sum of RGB (Red+Green+Blue) = 102+190+175=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #66BEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BEAF is #994150. Grayscale: #A1A1A1. Windows color (decimal): -10043729 or 11517542. OLE color: 11517542.
HSL color Cylindrical-coordinate representation of color #66BEAF: hue angle of 169.77º 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 #66BEAF is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 175 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.25 |
| HSL | 169.77º | 0.4% | 0.57% | - |
| HSV(B) | 169.77º | 0.46% | 0.75% | - |
| XYZ | 31.63 | 42.75 | 47.14 | - |
| YUV | 161.98 | 135.35 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 175 | 0.46 | 0 | 0.08 | 0.25 | 169.77 | 0.4 | 0.57 |
| Hex | 66 | BE | AF | 2E | 0 | 8 | 19 | AA | 28 | 39 |
| Octal | 146 | 276 | 257 | 56 | 0 | 10 | 31 | 252 | 50 | 71 |
| Binary | 1100110 | 10111110 | 10101111 | 101110 | 0 | 1000 | 11001 | 10101010 | 101000 | 111001 |
Color Harmonies of #66BEAF
Complementary color
Monochromatic Colors of #66BEAF
Black with #66BEAF
Text Example
Text Example
White with #66BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEAF; }
p { color: rgb(102,190,175); }
H1.HeaderClassName
{
color: #66BEAF;
}
.AnyTagClassName
{
color: #66BEAF;
}
</style>
background-color css
<style>
a { background-color: #66BEAF; }
a { background-color: rgb(102,190,175); }
div.DivClassName
{
background-color: #66BEAF;
}
.BgClassName
{
background-color: #66BEAF;
}
</style>
border-color css
<style>
span { border-color: #66BEAF; }
span { border-color: rgb(102,190,175); }
td.TdClassName
{
border-color: #66BEAF;
}
.TagClassName
{
border-color: #66BEAF;
}
</style>