Shades of Tradewind #65ABA5
Tints of Tradewind #65ABA5
RGB
CMYK
RGB Variations
Color information
#65ABA5 (or 0x65ABA5) is known color: Tradewind. HEX triplet: 65, AB and A5. RGB value is (101,171,165). Sum of RGB (Red+Green+Blue) = 101+171+165=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #65ABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ABA5 is #9A545A. Grayscale: #959595. Windows color (decimal): -10114139 or 10857317. OLE color: 10857317.
HSL color Cylindrical-coordinate representation of color #65ABA5: hue angle of 174.86º 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 #65ABA5 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 165 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.33 |
| HSL | 174.86º | 0.29% | 0.53% | - |
| HSV(B) | 174.86º | 0.41% | 0.67% | - |
| XYZ | 26.72 | 34.61 | 40.87 | - |
| YUV | 149.39 | 136.81 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 165 | 0.41 | 0 | 0.04 | 0.33 | 174.86 | 0.29 | 0.53 |
| Hex | 65 | AB | A5 | 29 | 0 | 4 | 21 | AF | 1D | 35 |
| Octal | 145 | 253 | 245 | 51 | 0 | 4 | 41 | 257 | 35 | 65 |
| Binary | 1100101 | 10101011 | 10100101 | 101001 | 0 | 100 | 100001 | 10101111 | 11101 | 110101 |
Color Harmonies of #65ABA5
Complementary color
Monochromatic Colors of #65ABA5
Black with #65ABA5
Text Example
Text Example
White with #65ABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ABA5; }
p { color: rgb(101,171,165); }
H1.HeaderClassName
{
color: #65ABA5;
}
.AnyTagClassName
{
color: #65ABA5;
}
</style>
background-color css
<style>
a { background-color: #65ABA5; }
a { background-color: rgb(101,171,165); }
div.DivClassName
{
background-color: #65ABA5;
}
.BgClassName
{
background-color: #65ABA5;
}
</style>
border-color css
<style>
span { border-color: #65ABA5; }
span { border-color: rgb(101,171,165); }
td.TdClassName
{
border-color: #65ABA5;
}
.TagClassName
{
border-color: #65ABA5;
}
</style>