Shades of Tradewind #65BAB1
Tints of Tradewind #65BAB1
RGB
CMYK
RGB Variations
Color information
#65BAB1 (or 0x65BAB1) is known color: Tradewind. HEX triplet: 65, BA and B1. RGB value is (101,186,177). Sum of RGB (Red+Green+Blue) = 101+186+177=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #65BAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BAB1 is #9A454E. Grayscale: #9F9F9F. Windows color (decimal): -10110287 or 11647589. OLE color: 11647589.
HSL color Cylindrical-coordinate representation of color #65BAB1: hue angle of 173.65º 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 #65BAB1 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 186 | 177 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.27 |
| HSL | 173.65º | 0.38% | 0.56% | - |
| HSV(B) | 173.65º | 0.46% | 0.73% | - |
| XYZ | 30.86 | 41.06 | 47.89 | - |
| YUV | 159.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 177 | 0.46 | 0 | 0.05 | 0.27 | 173.65 | 0.38 | 0.56 |
| Hex | 65 | BA | B1 | 2E | 0 | 5 | 1B | AE | 26 | 38 |
| Octal | 145 | 272 | 261 | 56 | 0 | 5 | 33 | 256 | 46 | 70 |
| Binary | 1100101 | 10111010 | 10110001 | 101110 | 0 | 101 | 11011 | 10101110 | 100110 | 111000 |
Color Harmonies of #65BAB1
Complementary color
Monochromatic Colors of #65BAB1
Black with #65BAB1
Text Example
Text Example
White with #65BAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BAB1; }
p { color: rgb(101,186,177); }
H1.HeaderClassName
{
color: #65BAB1;
}
.AnyTagClassName
{
color: #65BAB1;
}
</style>
background-color css
<style>
a { background-color: #65BAB1; }
a { background-color: rgb(101,186,177); }
div.DivClassName
{
background-color: #65BAB1;
}
.BgClassName
{
background-color: #65BAB1;
}
</style>
border-color css
<style>
span { border-color: #65BAB1; }
span { border-color: rgb(101,186,177); }
td.TdClassName
{
border-color: #65BAB1;
}
.TagClassName
{
border-color: #65BAB1;
}
</style>