Shades of Tradewind #65ADA6
Tints of Tradewind #65ADA6
RGB
CMYK
RGB Variations
Color information
#65ADA6 (or 0x65ADA6) is known color: Tradewind. HEX triplet: 65, AD and A6. RGB value is (101,173,166). Sum of RGB (Red+Green+Blue) = 101+173+166=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #65ADA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ADA6 is #9A5259. Grayscale: #969696. Windows color (decimal): -10113626 or 10923365. OLE color: 10923365.
HSL color Cylindrical-coordinate representation of color #65ADA6: hue angle of 174.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65ADA6 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 166 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.32 |
| HSL | 174.17º | 0.31% | 0.54% | - |
| HSV(B) | 174.17º | 0.42% | 0.68% | - |
| XYZ | 27.19 | 35.41 | 41.48 | - |
| YUV | 150.67 | 136.65 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 166 | 0.42 | 0 | 0.04 | 0.32 | 174.17 | 0.31 | 0.54 |
| Hex | 65 | AD | A6 | 2A | 0 | 4 | 20 | AE | 1F | 36 |
| Octal | 145 | 255 | 246 | 52 | 0 | 4 | 40 | 256 | 37 | 66 |
| Binary | 1100101 | 10101101 | 10100110 | 101010 | 0 | 100 | 100000 | 10101110 | 11111 | 110110 |
Color Harmonies of #65ADA6
Complementary color
Monochromatic Colors of #65ADA6
Black with #65ADA6
Text Example
Text Example
White with #65ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADA6; }
p { color: rgb(101,173,166); }
H1.HeaderClassName
{
color: #65ADA6;
}
.AnyTagClassName
{
color: #65ADA6;
}
</style>
background-color css
<style>
a { background-color: #65ADA6; }
a { background-color: rgb(101,173,166); }
div.DivClassName
{
background-color: #65ADA6;
}
.BgClassName
{
background-color: #65ADA6;
}
</style>
border-color css
<style>
span { border-color: #65ADA6; }
span { border-color: rgb(101,173,166); }
td.TdClassName
{
border-color: #65ADA6;
}
.TagClassName
{
border-color: #65ADA6;
}
</style>