Shades of Tradewind #65BDB0
Tints of Tradewind #65BDB0
RGB
CMYK
RGB Variations
Color information
#65BDB0 (or 0x65BDB0) is known color: Tradewind. HEX triplet: 65, BD and B0. RGB value is (101,189,176). Sum of RGB (Red+Green+Blue) = 101+189+176=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #65BDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BDB0 is #9A424F. Grayscale: #A1A1A1. Windows color (decimal): -10109520 or 11582821. OLE color: 11582821.
HSL color Cylindrical-coordinate representation of color #65BDB0: hue angle of 171.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BDB0 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 189 | 176 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.26 |
| HSL | 171.14º | 0.4% | 0.57% | - |
| HSV(B) | 171.14º | 0.47% | 0.74% | - |
| XYZ | 31.4 | 42.3 | 47.58 | - |
| YUV | 161.21 | 136.35 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 176 | 0.47 | 0 | 0.07 | 0.26 | 171.14 | 0.4 | 0.57 |
| Hex | 65 | BD | B0 | 2F | 0 | 7 | 1A | AB | 28 | 39 |
| Octal | 145 | 275 | 260 | 57 | 0 | 7 | 32 | 253 | 50 | 71 |
| Binary | 1100101 | 10111101 | 10110000 | 101111 | 0 | 111 | 11010 | 10101011 | 101000 | 111001 |
Color Harmonies of #65BDB0
Complementary color
Monochromatic Colors of #65BDB0
Black with #65BDB0
Text Example
Text Example
White with #65BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDB0; }
p { color: rgb(101,189,176); }
H1.HeaderClassName
{
color: #65BDB0;
}
.AnyTagClassName
{
color: #65BDB0;
}
</style>
background-color css
<style>
a { background-color: #65BDB0; }
a { background-color: rgb(101,189,176); }
div.DivClassName
{
background-color: #65BDB0;
}
.BgClassName
{
background-color: #65BDB0;
}
</style>
border-color css
<style>
span { border-color: #65BDB0; }
span { border-color: rgb(101,189,176); }
td.TdClassName
{
border-color: #65BDB0;
}
.TagClassName
{
border-color: #65BDB0;
}
</style>