Shades of Tradewind #66B2AB
Tints of Tradewind #66B2AB
RGB
CMYK
RGB Variations
Color information
#66B2AB (or 0x66B2AB) is known color: Tradewind. HEX triplet: 66, B2 and AB. RGB value is (102,178,171). Sum of RGB (Red+Green+Blue) = 102+178+171=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 178 - color contains mainly: green. Hex color #66B2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B2AB is #994D54. Grayscale: #9A9A9A. Windows color (decimal): -10046805 or 11252326. OLE color: 11252326.
HSL color Cylindrical-coordinate representation of color #66B2AB: hue angle of 174.47º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B2AB is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 178 | 171 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.30 |
| HSL | 174.47º | 0.33% | 0.55% | - |
| HSV(B) | 174.47º | 0.43% | 0.7% | - |
| XYZ | 28.75 | 37.61 | 44.27 | - |
| YUV | 154.48 | 137.32 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 178 | 171 | 0.43 | 0 | 0.04 | 0.30 | 174.47 | 0.33 | 0.55 |
| Hex | 66 | B2 | AB | 2B | 0 | 4 | 1E | AE | 21 | 37 |
| Octal | 146 | 262 | 253 | 53 | 0 | 4 | 36 | 256 | 41 | 67 |
| Binary | 1100110 | 10110010 | 10101011 | 101011 | 0 | 100 | 11110 | 10101110 | 100001 | 110111 |
Color Harmonies of #66B2AB
Complementary color
Monochromatic Colors of #66B2AB
Black with #66B2AB
Text Example
Text Example
White with #66B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B2AB; }
p { color: rgb(102,178,171); }
H1.HeaderClassName
{
color: #66B2AB;
}
.AnyTagClassName
{
color: #66B2AB;
}
</style>
background-color css
<style>
a { background-color: #66B2AB; }
a { background-color: rgb(102,178,171); }
div.DivClassName
{
background-color: #66B2AB;
}
.BgClassName
{
background-color: #66B2AB;
}
</style>
border-color css
<style>
span { border-color: #66B2AB; }
span { border-color: rgb(102,178,171); }
td.TdClassName
{
border-color: #66B2AB;
}
.TagClassName
{
border-color: #66B2AB;
}
</style>