Shades of Tradewind #66A99D
Tints of Tradewind #66A99D
RGB
CMYK
RGB Variations
Color information
#66A99D (or 0x66A99D) is known color: Tradewind. HEX triplet: 66, A9 and 9D. RGB value is (102,169,157). Sum of RGB (Red+Green+Blue) = 102+169+157=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #66A99D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A99D is #995662. Grayscale: #939393. Windows color (decimal): -10049123 or 10332518. OLE color: 10332518.
HSL color Cylindrical-coordinate representation of color #66A99D: hue angle of 169.25º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66A99D is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 169 | 157 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.34 |
| HSL | 169.25º | 0.28% | 0.53% | - |
| HSV(B) | 169.25º | 0.4% | 0.66% | - |
| XYZ | 25.75 | 33.64 | 37.03 | - |
| YUV | 147.6 | 133.3 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 169 | 157 | 0.40 | 0 | 0.07 | 0.34 | 169.25 | 0.28 | 0.53 |
| Hex | 66 | A9 | 9D | 28 | 0 | 7 | 22 | A9 | 1C | 35 |
| Octal | 146 | 251 | 235 | 50 | 0 | 7 | 42 | 251 | 34 | 65 |
| Binary | 1100110 | 10101001 | 10011101 | 101000 | 0 | 111 | 100010 | 10101001 | 11100 | 110101 |
Color Harmonies of #66A99D
Complementary color
Monochromatic Colors of #66A99D
Black with #66A99D
Text Example
Text Example
White with #66A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A99D; }
p { color: rgb(102,169,157); }
H1.HeaderClassName
{
color: #66A99D;
}
.AnyTagClassName
{
color: #66A99D;
}
</style>
background-color css
<style>
a { background-color: #66A99D; }
a { background-color: rgb(102,169,157); }
div.DivClassName
{
background-color: #66A99D;
}
.BgClassName
{
background-color: #66A99D;
}
</style>
border-color css
<style>
span { border-color: #66A99D; }
span { border-color: rgb(102,169,157); }
td.TdClassName
{
border-color: #66A99D;
}
.TagClassName
{
border-color: #66A99D;
}
</style>