Shades of Tradewind #65BBAF
Tints of Tradewind #65BBAF
RGB
CMYK
RGB Variations
Color information
#65BBAF (or 0x65BBAF) is known color: Tradewind. HEX triplet: 65, BB and AF. RGB value is (101,187,175). Sum of RGB (Red+Green+Blue) = 101+187+175=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #65BBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BBAF is #9A4450. Grayscale: #9F9F9F. Windows color (decimal): -10110033 or 11516773. OLE color: 11516773.
HSL color Cylindrical-coordinate representation of color #65BBAF: hue angle of 171.63º degrees, saturation: 0.39, 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 #65BBAF is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 187 | 175 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.27 |
| HSL | 171.63º | 0.39% | 0.56% | - |
| HSV(B) | 171.63º | 0.46% | 0.73% | - |
| XYZ | 30.88 | 41.4 | 46.92 | - |
| YUV | 159.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 187 | 175 | 0.46 | 0 | 0.06 | 0.27 | 171.63 | 0.39 | 0.56 |
| Hex | 65 | BB | AF | 2E | 0 | 6 | 1B | AC | 27 | 38 |
| Octal | 145 | 273 | 257 | 56 | 0 | 6 | 33 | 254 | 47 | 70 |
| Binary | 1100101 | 10111011 | 10101111 | 101110 | 0 | 110 | 11011 | 10101100 | 100111 | 111000 |
Color Harmonies of #65BBAF
Complementary color
Monochromatic Colors of #65BBAF
Black with #65BBAF
Text Example
Text Example
White with #65BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BBAF; }
p { color: rgb(101,187,175); }
H1.HeaderClassName
{
color: #65BBAF;
}
.AnyTagClassName
{
color: #65BBAF;
}
</style>
background-color css
<style>
a { background-color: #65BBAF; }
a { background-color: rgb(101,187,175); }
div.DivClassName
{
background-color: #65BBAF;
}
.BgClassName
{
background-color: #65BBAF;
}
</style>
border-color css
<style>
span { border-color: #65BBAF; }
span { border-color: rgb(101,187,175); }
td.TdClassName
{
border-color: #65BBAF;
}
.TagClassName
{
border-color: #65BBAF;
}
</style>