Shades of Tradewind #65B8AE
Tints of Tradewind #65B8AE
RGB
CMYK
RGB Variations
Color information
#65B8AE (or 0x65B8AE) is known color: Tradewind. HEX triplet: 65, B8 and AE. RGB value is (101,184,174). Sum of RGB (Red+Green+Blue) = 101+184+174=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #65B8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B8AE is #9A4751. Grayscale: #9E9E9E. Windows color (decimal): -10110802 or 11450469. OLE color: 11450469.
HSL color Cylindrical-coordinate representation of color #65B8AE: hue angle of 172.77º 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 #65B8AE is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 184 | 174 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.28 |
| HSL | 172.77º | 0.37% | 0.56% | - |
| HSV(B) | 172.77º | 0.45% | 0.72% | - |
| XYZ | 30.15 | 40.1 | 46.2 | - |
| YUV | 158.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 184 | 174 | 0.45 | 0 | 0.05 | 0.28 | 172.77 | 0.37 | 0.56 |
| Hex | 65 | B8 | AE | 2D | 0 | 5 | 1C | AD | 25 | 38 |
| Octal | 145 | 270 | 256 | 55 | 0 | 5 | 34 | 255 | 45 | 70 |
| Binary | 1100101 | 10111000 | 10101110 | 101101 | 0 | 101 | 11100 | 10101101 | 100101 | 111000 |
Color Harmonies of #65B8AE
Complementary color
Monochromatic Colors of #65B8AE
Black with #65B8AE
Text Example
Text Example
White with #65B8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B8AE; }
p { color: rgb(101,184,174); }
H1.HeaderClassName
{
color: #65B8AE;
}
.AnyTagClassName
{
color: #65B8AE;
}
</style>
background-color css
<style>
a { background-color: #65B8AE; }
a { background-color: rgb(101,184,174); }
div.DivClassName
{
background-color: #65B8AE;
}
.BgClassName
{
background-color: #65B8AE;
}
</style>
border-color css
<style>
span { border-color: #65B8AE; }
span { border-color: rgb(101,184,174); }
td.TdClassName
{
border-color: #65B8AE;
}
.TagClassName
{
border-color: #65B8AE;
}
</style>