Shades of Tradewind #66A69A
Tints of Tradewind #66A69A
RGB
CMYK
RGB Variations
Color information
#66A69A (or 0x66A69A) is known color: Tradewind. HEX triplet: 66, A6 and 9A. RGB value is (102,166,154). Sum of RGB (Red+Green+Blue) = 102+166+154=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #66A69A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A69A is #995965. Grayscale: #919191. Windows color (decimal): -10049894 or 10135142. OLE color: 10135142.
HSL color Cylindrical-coordinate representation of color #66A69A: hue angle of 168.75º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A69A is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 166 | 154 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.35 |
| HSL | 168.75º | 0.26% | 0.53% | - |
| HSV(B) | 168.75º | 0.39% | 0.65% | - |
| XYZ | 24.95 | 32.43 | 35.52 | - |
| YUV | 145.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 166 | 154 | 0.39 | 0 | 0.07 | 0.35 | 168.75 | 0.26 | 0.53 |
| Hex | 66 | A6 | 9A | 27 | 0 | 7 | 23 | A9 | 1A | 35 |
| Octal | 146 | 246 | 232 | 47 | 0 | 7 | 43 | 251 | 32 | 65 |
| Binary | 1100110 | 10100110 | 10011010 | 100111 | 0 | 111 | 100011 | 10101001 | 11010 | 110101 |
Color Harmonies of #66A69A
Complementary color
Monochromatic Colors of #66A69A
Black with #66A69A
Text Example
Text Example
White with #66A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A69A; }
p { color: rgb(102,166,154); }
H1.HeaderClassName
{
color: #66A69A;
}
.AnyTagClassName
{
color: #66A69A;
}
</style>
background-color css
<style>
a { background-color: #66A69A; }
a { background-color: rgb(102,166,154); }
div.DivClassName
{
background-color: #66A69A;
}
.BgClassName
{
background-color: #66A69A;
}
</style>
border-color css
<style>
span { border-color: #66A69A; }
span { border-color: rgb(102,166,154); }
td.TdClassName
{
border-color: #66A69A;
}
.TagClassName
{
border-color: #66A69A;
}
</style>