Shades of Tradewind #65B9AD
Tints of Tradewind #65B9AD
RGB
CMYK
RGB Variations
Color information
#65B9AD (or 0x65B9AD) is known color: Tradewind. HEX triplet: 65, B9 and AD. RGB value is (101,185,173). Sum of RGB (Red+Green+Blue) = 101+185+173=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #65B9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B9AD is #9A4652. Grayscale: #9E9E9E. Windows color (decimal): -10110547 or 11385189. OLE color: 11385189.
HSL color Cylindrical-coordinate representation of color #65B9AD: hue angle of 171.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B9AD is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 185 | 173 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.27 |
| HSL | 171.43º | 0.38% | 0.56% | - |
| HSV(B) | 171.43º | 0.45% | 0.73% | - |
| XYZ | 30.26 | 40.48 | 45.75 | - |
| YUV | 158.52 | 136.17 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 185 | 173 | 0.45 | 0 | 0.06 | 0.27 | 171.43 | 0.38 | 0.56 |
| Hex | 65 | B9 | AD | 2D | 0 | 6 | 1B | AB | 26 | 38 |
| Octal | 145 | 271 | 255 | 55 | 0 | 6 | 33 | 253 | 46 | 70 |
| Binary | 1100101 | 10111001 | 10101101 | 101101 | 0 | 110 | 11011 | 10101011 | 100110 | 111000 |
Color Harmonies of #65B9AD
Complementary color
Monochromatic Colors of #65B9AD
Black with #65B9AD
Text Example
Text Example
White with #65B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B9AD; }
p { color: rgb(101,185,173); }
H1.HeaderClassName
{
color: #65B9AD;
}
.AnyTagClassName
{
color: #65B9AD;
}
</style>
background-color css
<style>
a { background-color: #65B9AD; }
a { background-color: rgb(101,185,173); }
div.DivClassName
{
background-color: #65B9AD;
}
.BgClassName
{
background-color: #65B9AD;
}
</style>
border-color css
<style>
span { border-color: #65B9AD; }
span { border-color: rgb(101,185,173); }
td.TdClassName
{
border-color: #65B9AD;
}
.TagClassName
{
border-color: #65B9AD;
}
</style>