Shades of Tradewind #68BEB2
Tints of Tradewind #68BEB2
RGB
CMYK
RGB Variations
Color information
#68BEB2 (or 0x68BEB2) is known color: Tradewind. HEX triplet: 68, BE and B2. RGB value is (104,190,178). Sum of RGB (Red+Green+Blue) = 104+190+178=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #68BEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BEB2 is #97414D. Grayscale: #A2A2A2. Windows color (decimal): -9912654 or 11714152. OLE color: 11714152.
HSL color Cylindrical-coordinate representation of color #68BEB2: hue angle of 171.63º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BEB2 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 190 | 178 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.25 |
| HSL | 171.63º | 0.4% | 0.58% | - |
| HSV(B) | 171.63º | 0.45% | 0.75% | - |
| XYZ | 32.16 | 42.98 | 48.72 | - |
| YUV | 162.92 | 136.51 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 178 | 0.45 | 0 | 0.06 | 0.25 | 171.63 | 0.4 | 0.58 |
| Hex | 68 | BE | B2 | 2D | 0 | 6 | 19 | AC | 28 | 3A |
| Octal | 150 | 276 | 262 | 55 | 0 | 6 | 31 | 254 | 50 | 72 |
| Binary | 1101000 | 10111110 | 10110010 | 101101 | 0 | 110 | 11001 | 10101100 | 101000 | 111010 |
Color Harmonies of #68BEB2
Complementary color
Monochromatic Colors of #68BEB2
Black with #68BEB2
Text Example
Text Example
White with #68BEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEB2; }
p { color: rgb(104,190,178); }
H1.HeaderClassName
{
color: #68BEB2;
}
.AnyTagClassName
{
color: #68BEB2;
}
</style>
background-color css
<style>
a { background-color: #68BEB2; }
a { background-color: rgb(104,190,178); }
div.DivClassName
{
background-color: #68BEB2;
}
.BgClassName
{
background-color: #68BEB2;
}
</style>
border-color css
<style>
span { border-color: #68BEB2; }
span { border-color: rgb(104,190,178); }
td.TdClassName
{
border-color: #68BEB2;
}
.TagClassName
{
border-color: #68BEB2;
}
</style>