Shades of Tradewind #65ABA3
Tints of Tradewind #65ABA3
RGB
CMYK
RGB Variations
Color information
#65ABA3 (or 0x65ABA3) is known color: Tradewind. HEX triplet: 65, AB and A3. RGB value is (101,171,163). Sum of RGB (Red+Green+Blue) = 101+171+163=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #65ABA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ABA3 is #9A545C. Grayscale: #959595. Windows color (decimal): -10114141 or 10726245. OLE color: 10726245.
HSL color Cylindrical-coordinate representation of color #65ABA3: hue angle of 173.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65ABA3 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 163 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.33 |
| HSL | 173.14º | 0.29% | 0.53% | - |
| HSV(B) | 173.14º | 0.41% | 0.67% | - |
| XYZ | 26.54 | 34.54 | 39.92 | - |
| YUV | 149.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 163 | 0.41 | 0 | 0.05 | 0.33 | 173.14 | 0.29 | 0.53 |
| Hex | 65 | AB | A3 | 29 | 0 | 5 | 21 | AD | 1D | 35 |
| Octal | 145 | 253 | 243 | 51 | 0 | 5 | 41 | 255 | 35 | 65 |
| Binary | 1100101 | 10101011 | 10100011 | 101001 | 0 | 101 | 100001 | 10101101 | 11101 | 110101 |
Color Harmonies of #65ABA3
Complementary color
Monochromatic Colors of #65ABA3
Black with #65ABA3
Text Example
Text Example
White with #65ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ABA3; }
p { color: rgb(101,171,163); }
H1.HeaderClassName
{
color: #65ABA3;
}
.AnyTagClassName
{
color: #65ABA3;
}
</style>
background-color css
<style>
a { background-color: #65ABA3; }
a { background-color: rgb(101,171,163); }
div.DivClassName
{
background-color: #65ABA3;
}
.BgClassName
{
background-color: #65ABA3;
}
</style>
border-color css
<style>
span { border-color: #65ABA3; }
span { border-color: rgb(101,171,163); }
td.TdClassName
{
border-color: #65ABA3;
}
.TagClassName
{
border-color: #65ABA3;
}
</style>