Shades of Tradewind #65B2AD
Tints of Tradewind #65B2AD
RGB
CMYK
RGB Variations
Color information
#65B2AD (or 0x65B2AD) is known color: Tradewind. HEX triplet: 65, B2 and AD. RGB value is (101,178,173). Sum of RGB (Red+Green+Blue) = 101+178+173=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 178 - color contains mainly: green. Hex color #65B2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B2AD is #9A4D52. Grayscale: #9A9A9A. Windows color (decimal): -10112339 or 11383397. OLE color: 11383397.
HSL color Cylindrical-coordinate representation of color #65B2AD: hue angle of 176.1º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B2AD is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 178 | 173 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.30 |
| HSL | 176.1º | 0.33% | 0.55% | - |
| HSV(B) | 176.1º | 0.43% | 0.7% | - |
| XYZ | 28.83 | 37.62 | 45.28 | - |
| YUV | 154.41 | 138.49 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 178 | 173 | 0.43 | 0 | 0.03 | 0.30 | 176.1 | 0.33 | 0.55 |
| Hex | 65 | B2 | AD | 2B | 0 | 3 | 1E | B0 | 21 | 37 |
| Octal | 145 | 262 | 255 | 53 | 0 | 3 | 36 | 260 | 41 | 67 |
| Binary | 1100101 | 10110010 | 10101101 | 101011 | 0 | 11 | 11110 | 10110000 | 100001 | 110111 |
Color Harmonies of #65B2AD
Complementary color
Monochromatic Colors of #65B2AD
Black with #65B2AD
Text Example
Text Example
White with #65B2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B2AD; }
p { color: rgb(101,178,173); }
H1.HeaderClassName
{
color: #65B2AD;
}
.AnyTagClassName
{
color: #65B2AD;
}
</style>
background-color css
<style>
a { background-color: #65B2AD; }
a { background-color: rgb(101,178,173); }
div.DivClassName
{
background-color: #65B2AD;
}
.BgClassName
{
background-color: #65B2AD;
}
</style>
border-color css
<style>
span { border-color: #65B2AD; }
span { border-color: rgb(101,178,173); }
td.TdClassName
{
border-color: #65B2AD;
}
.TagClassName
{
border-color: #65B2AD;
}
</style>