Shades of Tradewind #65B8AD
Tints of Tradewind #65B8AD
RGB
CMYK
RGB Variations
Color information
#65B8AD (or 0x65B8AD) is known color: Tradewind. HEX triplet: 65, B8 and AD. RGB value is (101,184,173). Sum of RGB (Red+Green+Blue) = 101+184+173=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 184 - color contains mainly: green. Hex color #65B8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B8AD is #9A4752. Grayscale: #9D9D9D. Windows color (decimal): -10110803 or 11384933. OLE color: 11384933.
HSL color Cylindrical-coordinate representation of color #65B8AD: hue angle of 172.05º 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 #65B8AD is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 184 | 173 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.28 |
| HSL | 172.05º | 0.37% | 0.56% | - |
| HSV(B) | 172.05º | 0.45% | 0.72% | - |
| XYZ | 30.05 | 40.06 | 45.68 | - |
| YUV | 157.93 | 136.5 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 184 | 173 | 0.45 | 0 | 0.06 | 0.28 | 172.05 | 0.37 | 0.56 |
| Hex | 65 | B8 | AD | 2D | 0 | 6 | 1C | AC | 25 | 38 |
| Octal | 145 | 270 | 255 | 55 | 0 | 6 | 34 | 254 | 45 | 70 |
| Binary | 1100101 | 10111000 | 10101101 | 101101 | 0 | 110 | 11100 | 10101100 | 100101 | 111000 |
Color Harmonies of #65B8AD
Complementary color
Monochromatic Colors of #65B8AD
Black with #65B8AD
Text Example
Text Example
White with #65B8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B8AD; }
p { color: rgb(101,184,173); }
H1.HeaderClassName
{
color: #65B8AD;
}
.AnyTagClassName
{
color: #65B8AD;
}
</style>
background-color css
<style>
a { background-color: #65B8AD; }
a { background-color: rgb(101,184,173); }
div.DivClassName
{
background-color: #65B8AD;
}
.BgClassName
{
background-color: #65B8AD;
}
</style>
border-color css
<style>
span { border-color: #65B8AD; }
span { border-color: rgb(101,184,173); }
td.TdClassName
{
border-color: #65B8AD;
}
.TagClassName
{
border-color: #65B8AD;
}
</style>