Shades of Tradewind #66ACA1
Tints of Tradewind #66ACA1
RGB
CMYK
RGB Variations
Color information
#66ACA1 (or 0x66ACA1) is known color: Tradewind. HEX triplet: 66, AC and A1. RGB value is (102,172,161). Sum of RGB (Red+Green+Blue) = 102+172+161=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #66ACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66ACA1 is #99535E. Grayscale: #959595. Windows color (decimal): -10048351 or 10595430. OLE color: 10595430.
HSL color Cylindrical-coordinate representation of color #66ACA1: hue angle of 170.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66ACA1 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 172 | 161 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.33 |
| HSL | 170.57º | 0.3% | 0.54% | - |
| HSV(B) | 170.57º | 0.41% | 0.67% | - |
| XYZ | 26.67 | 34.9 | 39.05 | - |
| YUV | 149.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 161 | 0.41 | 0 | 0.06 | 0.33 | 170.57 | 0.3 | 0.54 |
| Hex | 66 | AC | A1 | 29 | 0 | 6 | 21 | AB | 1E | 36 |
| Octal | 146 | 254 | 241 | 51 | 0 | 6 | 41 | 253 | 36 | 66 |
| Binary | 1100110 | 10101100 | 10100001 | 101001 | 0 | 110 | 100001 | 10101011 | 11110 | 110110 |
Color Harmonies of #66ACA1
Complementary color
Monochromatic Colors of #66ACA1
Black with #66ACA1
Text Example
Text Example
White with #66ACA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ACA1; }
p { color: rgb(102,172,161); }
H1.HeaderClassName
{
color: #66ACA1;
}
.AnyTagClassName
{
color: #66ACA1;
}
</style>
background-color css
<style>
a { background-color: #66ACA1; }
a { background-color: rgb(102,172,161); }
div.DivClassName
{
background-color: #66ACA1;
}
.BgClassName
{
background-color: #66ACA1;
}
</style>
border-color css
<style>
span { border-color: #66ACA1; }
span { border-color: rgb(102,172,161); }
td.TdClassName
{
border-color: #66ACA1;
}
.TagClassName
{
border-color: #66ACA1;
}
</style>