Shades of Tradewind #66AEA8
Tints of Tradewind #66AEA8
RGB
CMYK
RGB Variations
Color information
#66AEA8 (or 0x66AEA8) is known color: Tradewind. HEX triplet: 66, AE and A8. RGB value is (102,174,168). Sum of RGB (Red+Green+Blue) = 102+174+168=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 174 - color contains mainly: green. Hex color #66AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AEA8 is #995157. Grayscale: #979797. Windows color (decimal): -10047832 or 11054694. OLE color: 11054694.
HSL color Cylindrical-coordinate representation of color #66AEA8: hue angle of 175º degrees, saturation: 0.31, 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 #66AEA8 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 174 | 168 | - |
| CMYK | 0.41 | 0 | 0.03 | 0.32 |
| HSL | 175º | 0.31% | 0.54% | - |
| HSV(B) | 175º | 0.41% | 0.68% | - |
| XYZ | 27.68 | 35.92 | 42.52 | - |
| YUV | 151.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 174 | 168 | 0.41 | 0 | 0.03 | 0.32 | 175 | 0.31 | 0.54 |
| Hex | 66 | AE | A8 | 29 | 0 | 3 | 20 | AF | 1F | 36 |
| Octal | 146 | 256 | 250 | 51 | 0 | 3 | 40 | 257 | 37 | 66 |
| Binary | 1100110 | 10101110 | 10101000 | 101001 | 0 | 11 | 100000 | 10101111 | 11111 | 110110 |
Color Harmonies of #66AEA8
Complementary color
Monochromatic Colors of #66AEA8
Black with #66AEA8
Text Example
Text Example
White with #66AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AEA8; }
p { color: rgb(102,174,168); }
H1.HeaderClassName
{
color: #66AEA8;
}
.AnyTagClassName
{
color: #66AEA8;
}
</style>
background-color css
<style>
a { background-color: #66AEA8; }
a { background-color: rgb(102,174,168); }
div.DivClassName
{
background-color: #66AEA8;
}
.BgClassName
{
background-color: #66AEA8;
}
</style>
border-color css
<style>
span { border-color: #66AEA8; }
span { border-color: rgb(102,174,168); }
td.TdClassName
{
border-color: #66AEA8;
}
.TagClassName
{
border-color: #66AEA8;
}
</style>