Shades of Tradewind #65AB9E
Tints of Tradewind #65AB9E
RGB
CMYK
RGB Variations
Color information
#65AB9E (or 0x65AB9E) is known color: Tradewind. HEX triplet: 65, AB and 9E. RGB value is (101,171,158). Sum of RGB (Red+Green+Blue) = 101+171+158=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AB9E is #9A5461. Grayscale: #949494. Windows color (decimal): -10114146 or 10398565. OLE color: 10398565.
HSL color Cylindrical-coordinate representation of color #65AB9E: hue angle of 168.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 #65AB9E is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 171 | 158 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.33 |
| HSL | 168.86º | 0.29% | 0.53% | - |
| HSV(B) | 168.86º | 0.41% | 0.67% | - |
| XYZ | 26.1 | 34.36 | 37.6 | - |
| YUV | 148.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 158 | 0.41 | 0 | 0.08 | 0.33 | 168.86 | 0.29 | 0.53 |
| Hex | 65 | AB | 9E | 29 | 0 | 8 | 21 | A9 | 1D | 35 |
| Octal | 145 | 253 | 236 | 51 | 0 | 10 | 41 | 251 | 35 | 65 |
| Binary | 1100101 | 10101011 | 10011110 | 101001 | 0 | 1000 | 100001 | 10101001 | 11101 | 110101 |
Color Harmonies of #65AB9E
Complementary color
Monochromatic Colors of #65AB9E
Black with #65AB9E
Text Example
Text Example
White with #65AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AB9E; }
p { color: rgb(101,171,158); }
H1.HeaderClassName
{
color: #65AB9E;
}
.AnyTagClassName
{
color: #65AB9E;
}
</style>
background-color css
<style>
a { background-color: #65AB9E; }
a { background-color: rgb(101,171,158); }
div.DivClassName
{
background-color: #65AB9E;
}
.BgClassName
{
background-color: #65AB9E;
}
</style>
border-color css
<style>
span { border-color: #65AB9E; }
span { border-color: rgb(101,171,158); }
td.TdClassName
{
border-color: #65AB9E;
}
.TagClassName
{
border-color: #65AB9E;
}
</style>