Shades of Tradewind #65BCB2
Tints of Tradewind #65BCB2
RGB
CMYK
RGB Variations
Color information
#65BCB2 (or 0x65BCB2) is known color: Tradewind. HEX triplet: 65, BC and B2. RGB value is (101,188,178). Sum of RGB (Red+Green+Blue) = 101+188+178=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #65BCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BCB2 is #9A434D. Grayscale: #A0A0A0. Windows color (decimal): -10109774 or 11713637. OLE color: 11713637.
HSL color Cylindrical-coordinate representation of color #65BCB2: hue angle of 173.1º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BCB2 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 178 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.26 |
| HSL | 173.1º | 0.39% | 0.57% | - |
| HSV(B) | 173.1º | 0.46% | 0.74% | - |
| XYZ | 31.39 | 41.95 | 48.56 | - |
| YUV | 160.85 | 137.68 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 178 | 0.46 | 0 | 0.05 | 0.26 | 173.1 | 0.39 | 0.57 |
| Hex | 65 | BC | B2 | 2E | 0 | 5 | 1A | AD | 27 | 39 |
| Octal | 145 | 274 | 262 | 56 | 0 | 5 | 32 | 255 | 47 | 71 |
| Binary | 1100101 | 10111100 | 10110010 | 101110 | 0 | 101 | 11010 | 10101101 | 100111 | 111001 |
Color Harmonies of #65BCB2
Complementary color
Monochromatic Colors of #65BCB2
Black with #65BCB2
Text Example
Text Example
White with #65BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BCB2; }
p { color: rgb(101,188,178); }
H1.HeaderClassName
{
color: #65BCB2;
}
.AnyTagClassName
{
color: #65BCB2;
}
</style>
background-color css
<style>
a { background-color: #65BCB2; }
a { background-color: rgb(101,188,178); }
div.DivClassName
{
background-color: #65BCB2;
}
.BgClassName
{
background-color: #65BCB2;
}
</style>
border-color css
<style>
span { border-color: #65BCB2; }
span { border-color: rgb(101,188,178); }
td.TdClassName
{
border-color: #65BCB2;
}
.TagClassName
{
border-color: #65BCB2;
}
</style>