Shades of Tradewind #65BAAF
Tints of Tradewind #65BAAF
RGB
CMYK
RGB Variations
Color information
#65BAAF (or 0x65BAAF) is known color: Tradewind. HEX triplet: 65, BA and AF. RGB value is (101,186,175). Sum of RGB (Red+Green+Blue) = 101+186+175=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #65BAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BAAF is #9A4550. Grayscale: #9F9F9F. Windows color (decimal): -10110289 or 11516517. OLE color: 11516517.
HSL color Cylindrical-coordinate representation of color #65BAAF: hue angle of 172.24º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BAAF is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 186 | 175 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.27 |
| HSL | 172.24º | 0.38% | 0.56% | - |
| HSV(B) | 172.24º | 0.46% | 0.73% | - |
| XYZ | 30.66 | 40.98 | 46.85 | - |
| YUV | 159.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 175 | 0.46 | 0 | 0.06 | 0.27 | 172.24 | 0.38 | 0.56 |
| Hex | 65 | BA | AF | 2E | 0 | 6 | 1B | AC | 26 | 38 |
| Octal | 145 | 272 | 257 | 56 | 0 | 6 | 33 | 254 | 46 | 70 |
| Binary | 1100101 | 10111010 | 10101111 | 101110 | 0 | 110 | 11011 | 10101100 | 100110 | 111000 |
Color Harmonies of #65BAAF
Complementary color
Monochromatic Colors of #65BAAF
Black with #65BAAF
Text Example
Text Example
White with #65BAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BAAF; }
p { color: rgb(101,186,175); }
H1.HeaderClassName
{
color: #65BAAF;
}
.AnyTagClassName
{
color: #65BAAF;
}
</style>
background-color css
<style>
a { background-color: #65BAAF; }
a { background-color: rgb(101,186,175); }
div.DivClassName
{
background-color: #65BAAF;
}
.BgClassName
{
background-color: #65BAAF;
}
</style>
border-color css
<style>
span { border-color: #65BAAF; }
span { border-color: rgb(101,186,175); }
td.TdClassName
{
border-color: #65BAAF;
}
.TagClassName
{
border-color: #65BAAF;
}
</style>