Shades of Tradewind #65A9A0
Tints of Tradewind #65A9A0
RGB
CMYK
RGB Variations
Color information
#65A9A0 (or 0x65A9A0) is known color: Tradewind. HEX triplet: 65, A9 and A0. RGB value is (101,169,160). Sum of RGB (Red+Green+Blue) = 101+169+160=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 169 - color contains mainly: green. Hex color #65A9A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A9A0 is #9A565F. Grayscale: #939393. Windows color (decimal): -10114656 or 10529125. OLE color: 10529125.
HSL color Cylindrical-coordinate representation of color #65A9A0: hue angle of 172.06º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A9A0 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 169 | 160 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.34 |
| HSL | 172.06º | 0.28% | 0.53% | - |
| HSV(B) | 172.06º | 0.4% | 0.66% | - |
| XYZ | 25.9 | 33.68 | 38.39 | - |
| YUV | 147.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 169 | 160 | 0.40 | 0 | 0.05 | 0.34 | 172.06 | 0.28 | 0.53 |
| Hex | 65 | A9 | A0 | 28 | 0 | 5 | 22 | AC | 1C | 35 |
| Octal | 145 | 251 | 240 | 50 | 0 | 5 | 42 | 254 | 34 | 65 |
| Binary | 1100101 | 10101001 | 10100000 | 101000 | 0 | 101 | 100010 | 10101100 | 11100 | 110101 |
Color Harmonies of #65A9A0
Complementary color
Monochromatic Colors of #65A9A0
Black with #65A9A0
Text Example
Text Example
White with #65A9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A9A0; }
p { color: rgb(101,169,160); }
H1.HeaderClassName
{
color: #65A9A0;
}
.AnyTagClassName
{
color: #65A9A0;
}
</style>
background-color css
<style>
a { background-color: #65A9A0; }
a { background-color: rgb(101,169,160); }
div.DivClassName
{
background-color: #65A9A0;
}
.BgClassName
{
background-color: #65A9A0;
}
</style>
border-color css
<style>
span { border-color: #65A9A0; }
span { border-color: rgb(101,169,160); }
td.TdClassName
{
border-color: #65A9A0;
}
.TagClassName
{
border-color: #65A9A0;
}
</style>