Shades of Tradewind #65AEA8
Tints of Tradewind #65AEA8
RGB
CMYK
RGB Variations
Color information
#65AEA8 (or 0x65AEA8) is known color: Tradewind. HEX triplet: 65, AE and A8. RGB value is (101,174,168). Sum of RGB (Red+Green+Blue) = 101+174+168=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 174 - color contains mainly: green. Hex color #65AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AEA8 is #9A5157. Grayscale: #979797. Windows color (decimal): -10113368 or 11054693. OLE color: 11054693.
HSL color Cylindrical-coordinate representation of color #65AEA8: hue angle of 175.07º 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 #65AEA8 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 174 | 168 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.32 |
| HSL | 175.07º | 0.31% | 0.54% | - |
| HSV(B) | 175.07º | 0.42% | 0.68% | - |
| XYZ | 27.57 | 35.87 | 42.52 | - |
| YUV | 151.49 | 137.32 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 174 | 168 | 0.42 | 0 | 0.03 | 0.32 | 175.07 | 0.31 | 0.54 |
| Hex | 65 | AE | A8 | 2A | 0 | 3 | 20 | AF | 1F | 36 |
| Octal | 145 | 256 | 250 | 52 | 0 | 3 | 40 | 257 | 37 | 66 |
| Binary | 1100101 | 10101110 | 10101000 | 101010 | 0 | 11 | 100000 | 10101111 | 11111 | 110110 |
Color Harmonies of #65AEA8
Complementary color
Monochromatic Colors of #65AEA8
Black with #65AEA8
Text Example
Text Example
White with #65AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AEA8; }
p { color: rgb(101,174,168); }
H1.HeaderClassName
{
color: #65AEA8;
}
.AnyTagClassName
{
color: #65AEA8;
}
</style>
background-color css
<style>
a { background-color: #65AEA8; }
a { background-color: rgb(101,174,168); }
div.DivClassName
{
background-color: #65AEA8;
}
.BgClassName
{
background-color: #65AEA8;
}
</style>
border-color css
<style>
span { border-color: #65AEA8; }
span { border-color: rgb(101,174,168); }
td.TdClassName
{
border-color: #65AEA8;
}
.TagClassName
{
border-color: #65AEA8;
}
</style>