Shades of Tradewind #68BAB2
Tints of Tradewind #68BAB2
RGB
CMYK
RGB Variations
Color information
#68BAB2 (or 0x68BAB2) is known color: Tradewind. HEX triplet: 68, BA and B2. RGB value is (104,186,178). Sum of RGB (Red+Green+Blue) = 104+186+178=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BAB2 is #97454D. Grayscale: #A0A0A0. Windows color (decimal): -9913678 or 11713128. OLE color: 11713128.
HSL color Cylindrical-coordinate representation of color #68BAB2: hue angle of 174.15º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BAB2 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 178 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.27 |
| HSL | 174.15º | 0.37% | 0.57% | - |
| HSV(B) | 174.15º | 0.44% | 0.73% | - |
| XYZ | 31.3 | 41.28 | 48.44 | - |
| YUV | 160.57 | 137.83 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 178 | 0.44 | 0 | 0.04 | 0.27 | 174.15 | 0.37 | 0.57 |
| Hex | 68 | BA | B2 | 2C | 0 | 4 | 1B | AE | 25 | 39 |
| Octal | 150 | 272 | 262 | 54 | 0 | 4 | 33 | 256 | 45 | 71 |
| Binary | 1101000 | 10111010 | 10110010 | 101100 | 0 | 100 | 11011 | 10101110 | 100101 | 111001 |
Color Harmonies of #68BAB2
Complementary color
Monochromatic Colors of #68BAB2
Black with #68BAB2
Text Example
Text Example
White with #68BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BAB2; }
p { color: rgb(104,186,178); }
H1.HeaderClassName
{
color: #68BAB2;
}
.AnyTagClassName
{
color: #68BAB2;
}
</style>
background-color css
<style>
a { background-color: #68BAB2; }
a { background-color: rgb(104,186,178); }
div.DivClassName
{
background-color: #68BAB2;
}
.BgClassName
{
background-color: #68BAB2;
}
</style>
border-color css
<style>
span { border-color: #68BAB2; }
span { border-color: rgb(104,186,178); }
td.TdClassName
{
border-color: #68BAB2;
}
.TagClassName
{
border-color: #68BAB2;
}
</style>