Shades of Tradewind #68B6AE
Tints of Tradewind #68B6AE
RGB
CMYK
RGB Variations
Color information
#68B6AE (or 0x68B6AE) is known color: Tradewind. HEX triplet: 68, B6 and AE. RGB value is (104,182,174). Sum of RGB (Red+Green+Blue) = 104+182+174=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 182 - color contains mainly: green. Hex color #68B6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B6AE is #974951. Grayscale: #9D9D9D. Windows color (decimal): -9914706 or 11449960. OLE color: 11449960.
HSL color Cylindrical-coordinate representation of color #68B6AE: hue angle of 173.85º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68B6AE is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 182 | 174 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.29 |
| HSL | 173.85º | 0.35% | 0.56% | - |
| HSV(B) | 173.85º | 0.43% | 0.71% | - |
| XYZ | 30.08 | 39.45 | 46.07 | - |
| YUV | 157.77 | 137.16 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 182 | 174 | 0.43 | 0 | 0.04 | 0.29 | 173.85 | 0.35 | 0.56 |
| Hex | 68 | B6 | AE | 2B | 0 | 4 | 1D | AE | 23 | 38 |
| Octal | 150 | 266 | 256 | 53 | 0 | 4 | 35 | 256 | 43 | 70 |
| Binary | 1101000 | 10110110 | 10101110 | 101011 | 0 | 100 | 11101 | 10101110 | 100011 | 111000 |
Color Harmonies of #68B6AE
Complementary color
Monochromatic Colors of #68B6AE
Black with #68B6AE
Text Example
Text Example
White with #68B6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B6AE; }
p { color: rgb(104,182,174); }
H1.HeaderClassName
{
color: #68B6AE;
}
.AnyTagClassName
{
color: #68B6AE;
}
</style>
background-color css
<style>
a { background-color: #68B6AE; }
a { background-color: rgb(104,182,174); }
div.DivClassName
{
background-color: #68B6AE;
}
.BgClassName
{
background-color: #68B6AE;
}
</style>
border-color css
<style>
span { border-color: #68B6AE; }
span { border-color: rgb(104,182,174); }
td.TdClassName
{
border-color: #68B6AE;
}
.TagClassName
{
border-color: #68B6AE;
}
</style>