Shades of Tradewind #65AEA0
Tints of Tradewind #65AEA0
RGB
CMYK
RGB Variations
Color information
#65AEA0 (or 0x65AEA0) is known color: Tradewind. HEX triplet: 65, AE and A0. RGB value is (101,174,160). Sum of RGB (Red+Green+Blue) = 101+174+160=435 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.22% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #65AEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AEA0 is #9A515F. Grayscale: #969696. Windows color (decimal): -10113376 or 10530405. OLE color: 10530405.
HSL color Cylindrical-coordinate representation of color #65AEA0: hue angle of 168.49º 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 #65AEA0 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 174 | 160 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.32 |
| HSL | 168.49º | 0.31% | 0.54% | - |
| HSV(B) | 168.49º | 0.42% | 0.68% | - |
| XYZ | 26.85 | 35.58 | 38.71 | - |
| YUV | 150.58 | 133.32 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 174 | 160 | 0.42 | 0 | 0.08 | 0.32 | 168.49 | 0.31 | 0.54 |
| Hex | 65 | AE | A0 | 2A | 0 | 8 | 20 | A8 | 1F | 36 |
| Octal | 145 | 256 | 240 | 52 | 0 | 10 | 40 | 250 | 37 | 66 |
| Binary | 1100101 | 10101110 | 10100000 | 101010 | 0 | 1000 | 100000 | 10101000 | 11111 | 110110 |
Color Harmonies of #65AEA0
Complementary color
Monochromatic Colors of #65AEA0
Black with #65AEA0
Text Example
Text Example
White with #65AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AEA0; }
p { color: rgb(101,174,160); }
H1.HeaderClassName
{
color: #65AEA0;
}
.AnyTagClassName
{
color: #65AEA0;
}
</style>
background-color css
<style>
a { background-color: #65AEA0; }
a { background-color: rgb(101,174,160); }
div.DivClassName
{
background-color: #65AEA0;
}
.BgClassName
{
background-color: #65AEA0;
}
</style>
border-color css
<style>
span { border-color: #65AEA0; }
span { border-color: rgb(101,174,160); }
td.TdClassName
{
border-color: #65AEA0;
}
.TagClassName
{
border-color: #65AEA0;
}
</style>