Shades of Tradewind #65B8AF
Tints of Tradewind #65B8AF
RGB
CMYK
RGB Variations
Color information
#65B8AF (or 0x65B8AF) is known color: Tradewind. HEX triplet: 65, B8 and AF. RGB value is (101,184,175). Sum of RGB (Red+Green+Blue) = 101+184+175=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #65B8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B8AF is #9A4750. Grayscale: #9E9E9E. Windows color (decimal): -10110801 or 11516005. OLE color: 11516005.
HSL color Cylindrical-coordinate representation of color #65B8AF: hue angle of 173.49º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B8AF is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 184 | 175 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.28 |
| HSL | 173.49º | 0.37% | 0.56% | - |
| HSV(B) | 173.49º | 0.45% | 0.72% | - |
| XYZ | 30.25 | 40.14 | 46.71 | - |
| YUV | 158.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 184 | 175 | 0.45 | 0 | 0.05 | 0.28 | 173.49 | 0.37 | 0.56 |
| Hex | 65 | B8 | AF | 2D | 0 | 5 | 1C | AD | 25 | 38 |
| Octal | 145 | 270 | 257 | 55 | 0 | 5 | 34 | 255 | 45 | 70 |
| Binary | 1100101 | 10111000 | 10101111 | 101101 | 0 | 101 | 11100 | 10101101 | 100101 | 111000 |
Color Harmonies of #65B8AF
Complementary color
Monochromatic Colors of #65B8AF
Black with #65B8AF
Text Example
Text Example
White with #65B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B8AF; }
p { color: rgb(101,184,175); }
H1.HeaderClassName
{
color: #65B8AF;
}
.AnyTagClassName
{
color: #65B8AF;
}
</style>
background-color css
<style>
a { background-color: #65B8AF; }
a { background-color: rgb(101,184,175); }
div.DivClassName
{
background-color: #65B8AF;
}
.BgClassName
{
background-color: #65B8AF;
}
</style>
border-color css
<style>
span { border-color: #65B8AF; }
span { border-color: rgb(101,184,175); }
td.TdClassName
{
border-color: #65B8AF;
}
.TagClassName
{
border-color: #65B8AF;
}
</style>