Shades of Tradewind #66ADA4
Tints of Tradewind #66ADA4
RGB
CMYK
RGB Variations
Color information
#66ADA4 (or 0x66ADA4) is known color: Tradewind. HEX triplet: 66, AD and A4. RGB value is (102,173,164). Sum of RGB (Red+Green+Blue) = 102+173+164=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 173 - color contains mainly: green. Hex color #66ADA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ADA4 is #99525B. Grayscale: #969696. Windows color (decimal): -10048092 or 10792294. OLE color: 10792294.
HSL color Cylindrical-coordinate representation of color #66ADA4: hue angle of 172.39º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66ADA4 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 173 | 164 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.32 |
| HSL | 172.39º | 0.3% | 0.54% | - |
| HSV(B) | 172.39º | 0.41% | 0.68% | - |
| XYZ | 27.12 | 35.39 | 40.52 | - |
| YUV | 150.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 164 | 0.41 | 0 | 0.05 | 0.32 | 172.39 | 0.3 | 0.54 |
| Hex | 66 | AD | A4 | 29 | 0 | 5 | 20 | AC | 1E | 36 |
| Octal | 146 | 255 | 244 | 51 | 0 | 5 | 40 | 254 | 36 | 66 |
| Binary | 1100110 | 10101101 | 10100100 | 101001 | 0 | 101 | 100000 | 10101100 | 11110 | 110110 |
Color Harmonies of #66ADA4
Complementary color
Monochromatic Colors of #66ADA4
Black with #66ADA4
Text Example
Text Example
White with #66ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ADA4; }
p { color: rgb(102,173,164); }
H1.HeaderClassName
{
color: #66ADA4;
}
.AnyTagClassName
{
color: #66ADA4;
}
</style>
background-color css
<style>
a { background-color: #66ADA4; }
a { background-color: rgb(102,173,164); }
div.DivClassName
{
background-color: #66ADA4;
}
.BgClassName
{
background-color: #66ADA4;
}
</style>
border-color css
<style>
span { border-color: #66ADA4; }
span { border-color: rgb(102,173,164); }
td.TdClassName
{
border-color: #66ADA4;
}
.TagClassName
{
border-color: #66ADA4;
}
</style>