Shades of Tradewind #68BCB0
Tints of Tradewind #68BCB0
RGB
CMYK
RGB Variations
Color information
#68BCB0 (or 0x68BCB0) is known color: Tradewind. HEX triplet: 68, BC and B0. RGB value is (104,188,176). Sum of RGB (Red+Green+Blue) = 104+188+176=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BCB0 is #97434F. Grayscale: #A1A1A1. Windows color (decimal): -9913168 or 11582568. OLE color: 11582568.
HSL color Cylindrical-coordinate representation of color #68BCB0: hue angle of 171.43º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BCB0 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 176 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.26 |
| HSL | 171.43º | 0.39% | 0.57% | - |
| HSV(B) | 171.43º | 0.45% | 0.74% | - |
| XYZ | 31.53 | 42.04 | 47.53 | - |
| YUV | 161.52 | 136.17 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 176 | 0.45 | 0 | 0.06 | 0.26 | 171.43 | 0.39 | 0.57 |
| Hex | 68 | BC | B0 | 2D | 0 | 6 | 1A | AB | 27 | 39 |
| Octal | 150 | 274 | 260 | 55 | 0 | 6 | 32 | 253 | 47 | 71 |
| Binary | 1101000 | 10111100 | 10110000 | 101101 | 0 | 110 | 11010 | 10101011 | 100111 | 111001 |
Color Harmonies of #68BCB0
Complementary color
Monochromatic Colors of #68BCB0
Black with #68BCB0
Text Example
Text Example
White with #68BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BCB0; }
p { color: rgb(104,188,176); }
H1.HeaderClassName
{
color: #68BCB0;
}
.AnyTagClassName
{
color: #68BCB0;
}
</style>
background-color css
<style>
a { background-color: #68BCB0; }
a { background-color: rgb(104,188,176); }
div.DivClassName
{
background-color: #68BCB0;
}
.BgClassName
{
background-color: #68BCB0;
}
</style>
border-color css
<style>
span { border-color: #68BCB0; }
span { border-color: rgb(104,188,176); }
td.TdClassName
{
border-color: #68BCB0;
}
.TagClassName
{
border-color: #68BCB0;
}
</style>