Shades of Tradewind #65A69F
Tints of Tradewind #65A69F
RGB
CMYK
RGB Variations
Color information
#65A69F (or 0x65A69F) is known color: Tradewind. HEX triplet: 65, A6 and 9F. RGB value is (101,166,159). Sum of RGB (Red+Green+Blue) = 101+166+159=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #65A69F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A69F is #9A5960. Grayscale: #919191. Windows color (decimal): -10115425 or 10462821. OLE color: 10462821.
HSL color Cylindrical-coordinate representation of color #65A69F: hue angle of 173.54º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65A69F is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 166 | 159 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.35 |
| HSL | 173.54º | 0.27% | 0.52% | - |
| HSV(B) | 173.54º | 0.39% | 0.65% | - |
| XYZ | 25.26 | 32.54 | 37.75 | - |
| YUV | 145.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 166 | 159 | 0.39 | 0 | 0.04 | 0.35 | 173.54 | 0.27 | 0.52 |
| Hex | 65 | A6 | 9F | 27 | 0 | 4 | 23 | AE | 1B | 34 |
| Octal | 145 | 246 | 237 | 47 | 0 | 4 | 43 | 256 | 33 | 64 |
| Binary | 1100101 | 10100110 | 10011111 | 100111 | 0 | 100 | 100011 | 10101110 | 11011 | 110100 |
Color Harmonies of #65A69F
Complementary color
Monochromatic Colors of #65A69F
Black with #65A69F
Text Example
Text Example
White with #65A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A69F; }
p { color: rgb(101,166,159); }
H1.HeaderClassName
{
color: #65A69F;
}
.AnyTagClassName
{
color: #65A69F;
}
</style>
background-color css
<style>
a { background-color: #65A69F; }
a { background-color: rgb(101,166,159); }
div.DivClassName
{
background-color: #65A69F;
}
.BgClassName
{
background-color: #65A69F;
}
</style>
border-color css
<style>
span { border-color: #65A69F; }
span { border-color: rgb(101,166,159); }
td.TdClassName
{
border-color: #65A69F;
}
.TagClassName
{
border-color: #65A69F;
}
</style>