Shades of Tradewind #66B8AA
Tints of Tradewind #66B8AA
RGB
CMYK
RGB Variations
Color information
#66B8AA (or 0x66B8AA) is known color: Tradewind. HEX triplet: 66, B8 and AA. RGB value is (102,184,170). Sum of RGB (Red+Green+Blue) = 102+184+170=456 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.37% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 184 - color contains mainly: green. Hex color #66B8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B8AA is #994755. Grayscale: #9D9D9D. Windows color (decimal): -10045270 or 11188326. OLE color: 11188326.
HSL color Cylindrical-coordinate representation of color #66B8AA: hue angle of 169.76º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B8AA is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 102 | 184 | 170 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.28 |
| HSL | 169.76º | 0.37% | 0.56% | - |
| HSV(B) | 169.76º | 0.45% | 0.72% | - |
| XYZ | 29.88 | 40.01 | 44.18 | - |
| YUV | 157.89 | 134.83 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 184 | 170 | 0.45 | 0 | 0.08 | 0.28 | 169.76 | 0.37 | 0.56 |
| Hex | 66 | B8 | AA | 2D | 0 | 8 | 1C | AA | 25 | 38 |
| Octal | 146 | 270 | 252 | 55 | 0 | 10 | 34 | 252 | 45 | 70 |
| Binary | 1100110 | 10111000 | 10101010 | 101101 | 0 | 1000 | 11100 | 10101010 | 100101 | 111000 |
Color Harmonies of #66B8AA
Complementary color
Monochromatic Colors of #66B8AA
Black with #66B8AA
Text Example
Text Example
White with #66B8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B8AA; }
p { color: rgb(102,184,170); }
H1.HeaderClassName
{
color: #66B8AA;
}
.AnyTagClassName
{
color: #66B8AA;
}
</style>
background-color css
<style>
a { background-color: #66B8AA; }
a { background-color: rgb(102,184,170); }
div.DivClassName
{
background-color: #66B8AA;
}
.BgClassName
{
background-color: #66B8AA;
}
</style>
border-color css
<style>
span { border-color: #66B8AA; }
span { border-color: rgb(102,184,170); }
td.TdClassName
{
border-color: #66B8AA;
}
.TagClassName
{
border-color: #66B8AA;
}
</style>