Shades of Tradewind #65BBB2
Tints of Tradewind #65BBB2
RGB
CMYK
RGB Variations
Color information
#65BBB2 (or 0x65BBB2) is known color: Tradewind. HEX triplet: 65, BB and B2. RGB value is (101,187,178). Sum of RGB (Red+Green+Blue) = 101+187+178=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #65BBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BBB2 is #9A444D. Grayscale: #A0A0A0. Windows color (decimal): -10110030 or 11713381. OLE color: 11713381.
HSL color Cylindrical-coordinate representation of color #65BBB2: hue angle of 173.72º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BBB2 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 187 | 178 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.27 |
| HSL | 173.72º | 0.39% | 0.56% | - |
| HSV(B) | 173.72º | 0.46% | 0.73% | - |
| XYZ | 31.17 | 41.52 | 48.49 | - |
| YUV | 160.26 | 138.01 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 187 | 178 | 0.46 | 0 | 0.05 | 0.27 | 173.72 | 0.39 | 0.56 |
| Hex | 65 | BB | B2 | 2E | 0 | 5 | 1B | AE | 27 | 38 |
| Octal | 145 | 273 | 262 | 56 | 0 | 5 | 33 | 256 | 47 | 70 |
| Binary | 1100101 | 10111011 | 10110010 | 101110 | 0 | 101 | 11011 | 10101110 | 100111 | 111000 |
Color Harmonies of #65BBB2
Complementary color
Monochromatic Colors of #65BBB2
Black with #65BBB2
Text Example
Text Example
White with #65BBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BBB2; }
p { color: rgb(101,187,178); }
H1.HeaderClassName
{
color: #65BBB2;
}
.AnyTagClassName
{
color: #65BBB2;
}
</style>
background-color css
<style>
a { background-color: #65BBB2; }
a { background-color: rgb(101,187,178); }
div.DivClassName
{
background-color: #65BBB2;
}
.BgClassName
{
background-color: #65BBB2;
}
</style>
border-color css
<style>
span { border-color: #65BBB2; }
span { border-color: rgb(101,187,178); }
td.TdClassName
{
border-color: #65BBB2;
}
.TagClassName
{
border-color: #65BBB2;
}
</style>