Shades of Tradewind #65ADA7
Tints of Tradewind #65ADA7
RGB
CMYK
RGB Variations
Color information
#65ADA7 (or 0x65ADA7) is known color: Tradewind. HEX triplet: 65, AD and A7. RGB value is (101,173,167). Sum of RGB (Red+Green+Blue) = 101+173+167=441 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.90% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 167 (65.62% from 255 or 37.87% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #65ADA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ADA7 is #9A5258. Grayscale: #969696. Windows color (decimal): -10113625 or 10988901. OLE color: 10988901.
HSL color Cylindrical-coordinate representation of color #65ADA7: hue angle of 175º 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 #65ADA7 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 167 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.32 |
| HSL | 175º | 0.31% | 0.54% | - |
| HSV(B) | 175º | 0.42% | 0.68% | - |
| XYZ | 27.29 | 35.44 | 41.96 | - |
| YUV | 150.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 167 | 0.42 | 0 | 0.03 | 0.32 | 175 | 0.31 | 0.54 |
| Hex | 65 | AD | A7 | 2A | 0 | 3 | 20 | AF | 1F | 36 |
| Octal | 145 | 255 | 247 | 52 | 0 | 3 | 40 | 257 | 37 | 66 |
| Binary | 1100101 | 10101101 | 10100111 | 101010 | 0 | 11 | 100000 | 10101111 | 11111 | 110110 |
Color Harmonies of #65ADA7
Complementary color
Monochromatic Colors of #65ADA7
Black with #65ADA7
Text Example
Text Example
White with #65ADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADA7; }
p { color: rgb(101,173,167); }
H1.HeaderClassName
{
color: #65ADA7;
}
.AnyTagClassName
{
color: #65ADA7;
}
</style>
background-color css
<style>
a { background-color: #65ADA7; }
a { background-color: rgb(101,173,167); }
div.DivClassName
{
background-color: #65ADA7;
}
.BgClassName
{
background-color: #65ADA7;
}
</style>
border-color css
<style>
span { border-color: #65ADA7; }
span { border-color: rgb(101,173,167); }
td.TdClassName
{
border-color: #65ADA7;
}
.TagClassName
{
border-color: #65ADA7;
}
</style>