Shades of Tradewind #65ADA1
Tints of Tradewind #65ADA1
RGB
CMYK
RGB Variations
Color information
#65ADA1 (or 0x65ADA1) is known color: Tradewind. HEX triplet: 65, AD and A1. RGB value is (101,173,161). Sum of RGB (Red+Green+Blue) = 101+173+161=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #65ADA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ADA1 is #9A525E. Grayscale: #969696. Windows color (decimal): -10113631 or 10595685. OLE color: 10595685.
HSL color Cylindrical-coordinate representation of color #65ADA1: hue angle of 170º 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 #65ADA1 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 161 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.32 |
| HSL | 170º | 0.31% | 0.54% | - |
| HSV(B) | 170º | 0.42% | 0.68% | - |
| XYZ | 26.74 | 35.23 | 39.11 | - |
| YUV | 150.1 | 134.15 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 161 | 0.42 | 0 | 0.07 | 0.32 | 170 | 0.31 | 0.54 |
| Hex | 65 | AD | A1 | 2A | 0 | 7 | 20 | AA | 1F | 36 |
| Octal | 145 | 255 | 241 | 52 | 0 | 7 | 40 | 252 | 37 | 66 |
| Binary | 1100101 | 10101101 | 10100001 | 101010 | 0 | 111 | 100000 | 10101010 | 11111 | 110110 |
Color Harmonies of #65ADA1
Complementary color
Monochromatic Colors of #65ADA1
Black with #65ADA1
Text Example
Text Example
White with #65ADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADA1; }
p { color: rgb(101,173,161); }
H1.HeaderClassName
{
color: #65ADA1;
}
.AnyTagClassName
{
color: #65ADA1;
}
</style>
background-color css
<style>
a { background-color: #65ADA1; }
a { background-color: rgb(101,173,161); }
div.DivClassName
{
background-color: #65ADA1;
}
.BgClassName
{
background-color: #65ADA1;
}
</style>
border-color css
<style>
span { border-color: #65ADA1; }
span { border-color: rgb(101,173,161); }
td.TdClassName
{
border-color: #65ADA1;
}
.TagClassName
{
border-color: #65ADA1;
}
</style>