Shades of Tradewind #68B4A8
Tints of Tradewind #68B4A8
RGB
CMYK
RGB Variations
Color information
#68B4A8 (or 0x68B4A8) is known color: Tradewind. HEX triplet: 68, B4 and A8. RGB value is (104,180,168). Sum of RGB (Red+Green+Blue) = 104+180+168=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #68B4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B4A8 is #974B57. Grayscale: #9B9B9B. Windows color (decimal): -9915224 or 11056232. OLE color: 11056232.
HSL color Cylindrical-coordinate representation of color #68B4A8: hue angle of 170.53º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B4A8 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 168 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.29 |
| HSL | 170.53º | 0.34% | 0.56% | - |
| HSV(B) | 170.53º | 0.42% | 0.71% | - |
| XYZ | 29.1 | 38.41 | 42.93 | - |
| YUV | 155.91 | 134.82 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 168 | 0.42 | 0 | 0.07 | 0.29 | 170.53 | 0.34 | 0.56 |
| Hex | 68 | B4 | A8 | 2A | 0 | 7 | 1D | AB | 22 | 38 |
| Octal | 150 | 264 | 250 | 52 | 0 | 7 | 35 | 253 | 42 | 70 |
| Binary | 1101000 | 10110100 | 10101000 | 101010 | 0 | 111 | 11101 | 10101011 | 100010 | 111000 |
Color Harmonies of #68B4A8
Complementary color
Monochromatic Colors of #68B4A8
Black with #68B4A8
Text Example
Text Example
White with #68B4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B4A8; }
p { color: rgb(104,180,168); }
H1.HeaderClassName
{
color: #68B4A8;
}
.AnyTagClassName
{
color: #68B4A8;
}
</style>
background-color css
<style>
a { background-color: #68B4A8; }
a { background-color: rgb(104,180,168); }
div.DivClassName
{
background-color: #68B4A8;
}
.BgClassName
{
background-color: #68B4A8;
}
</style>
border-color css
<style>
span { border-color: #68B4A8; }
span { border-color: rgb(104,180,168); }
td.TdClassName
{
border-color: #68B4A8;
}
.TagClassName
{
border-color: #68B4A8;
}
</style>