Shades of Tradewind #68B5A4
Tints of Tradewind #68B5A4
RGB
CMYK
RGB Variations
Color information
#68B5A4 (or 0x68B5A4) is known color: Tradewind. HEX triplet: 68, B5 and A4. RGB value is (104,181,164). Sum of RGB (Red+Green+Blue) = 104+181+164=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #68B5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B5A4 is #974A5B. Grayscale: #9C9C9C. Windows color (decimal): -9914972 or 10794344. OLE color: 10794344.
HSL color Cylindrical-coordinate representation of color #68B5A4: hue angle of 166.75º degrees, saturation: 0.34, 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 #68B5A4 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 181 | 164 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.29 |
| HSL | 166.75º | 0.34% | 0.56% | - |
| HSV(B) | 166.75º | 0.43% | 0.71% | - |
| XYZ | 28.93 | 38.67 | 41.06 | - |
| YUV | 156.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 164 | 0.43 | 0 | 0.09 | 0.29 | 166.75 | 0.34 | 0.56 |
| Hex | 68 | B5 | A4 | 2B | 0 | 9 | 1D | A7 | 22 | 38 |
| Octal | 150 | 265 | 244 | 53 | 0 | 11 | 35 | 247 | 42 | 70 |
| Binary | 1101000 | 10110101 | 10100100 | 101011 | 0 | 1001 | 11101 | 10100111 | 100010 | 111000 |
Color Harmonies of #68B5A4
Complementary color
Monochromatic Colors of #68B5A4
Black with #68B5A4
Text Example
Text Example
White with #68B5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B5A4; }
p { color: rgb(104,181,164); }
H1.HeaderClassName
{
color: #68B5A4;
}
.AnyTagClassName
{
color: #68B5A4;
}
</style>
background-color css
<style>
a { background-color: #68B5A4; }
a { background-color: rgb(104,181,164); }
div.DivClassName
{
background-color: #68B5A4;
}
.BgClassName
{
background-color: #68B5A4;
}
</style>
border-color css
<style>
span { border-color: #68B5A4; }
span { border-color: rgb(104,181,164); }
td.TdClassName
{
border-color: #68B5A4;
}
.TagClassName
{
border-color: #68B5A4;
}
</style>