Shades of Tradewind #66AEA5
Tints of Tradewind #66AEA5
RGB
CMYK
RGB Variations
Color information
#66AEA5 (or 0x66AEA5) is known color: Tradewind. HEX triplet: 66, AE and A5. RGB value is (102,174,165). Sum of RGB (Red+Green+Blue) = 102+174+165=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #66AEA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AEA5 is #99515A. Grayscale: #979797. Windows color (decimal): -10047835 or 10858086. OLE color: 10858086.
HSL color Cylindrical-coordinate representation of color #66AEA5: hue angle of 172.5º 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 #66AEA5 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 174 | 165 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.32 |
| HSL | 172.5º | 0.31% | 0.54% | - |
| HSV(B) | 172.5º | 0.41% | 0.68% | - |
| XYZ | 27.41 | 35.81 | 41.07 | - |
| YUV | 151.45 | 135.65 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 174 | 165 | 0.41 | 0 | 0.05 | 0.32 | 172.5 | 0.31 | 0.54 |
| Hex | 66 | AE | A5 | 29 | 0 | 5 | 20 | AC | 1F | 36 |
| Octal | 146 | 256 | 245 | 51 | 0 | 5 | 40 | 254 | 37 | 66 |
| Binary | 1100110 | 10101110 | 10100101 | 101001 | 0 | 101 | 100000 | 10101100 | 11111 | 110110 |
Color Harmonies of #66AEA5
Complementary color
Monochromatic Colors of #66AEA5
Black with #66AEA5
Text Example
Text Example
White with #66AEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AEA5; }
p { color: rgb(102,174,165); }
H1.HeaderClassName
{
color: #66AEA5;
}
.AnyTagClassName
{
color: #66AEA5;
}
</style>
background-color css
<style>
a { background-color: #66AEA5; }
a { background-color: rgb(102,174,165); }
div.DivClassName
{
background-color: #66AEA5;
}
.BgClassName
{
background-color: #66AEA5;
}
</style>
border-color css
<style>
span { border-color: #66AEA5; }
span { border-color: rgb(102,174,165); }
td.TdClassName
{
border-color: #66AEA5;
}
.TagClassName
{
border-color: #66AEA5;
}
</style>