Shades of Tradewind #68ACA8
Tints of Tradewind #68ACA8
RGB
CMYK
RGB Variations
Color information
#68ACA8 (or 0x68ACA8) is known color: Tradewind. HEX triplet: 68, AC and A8. RGB value is (104,172,168). Sum of RGB (Red+Green+Blue) = 104+172+168=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #68ACA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68ACA8 is #975357. Grayscale: #979797. Windows color (decimal): -9917272 or 11054184. OLE color: 11054184.
HSL color Cylindrical-coordinate representation of color #68ACA8: hue angle of 176.47º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68ACA8 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 168 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.33 |
| HSL | 176.47º | 0.29% | 0.54% | - |
| HSV(B) | 176.47º | 0.4% | 0.67% | - |
| XYZ | 27.53 | 35.28 | 42.4 | - |
| YUV | 151.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 168 | 0.40 | 0 | 0.02 | 0.33 | 176.47 | 0.29 | 0.54 |
| Hex | 68 | AC | A8 | 28 | 0 | 2 | 21 | B0 | 1D | 36 |
| Octal | 150 | 254 | 250 | 50 | 0 | 2 | 41 | 260 | 35 | 66 |
| Binary | 1101000 | 10101100 | 10101000 | 101000 | 0 | 10 | 100001 | 10110000 | 11101 | 110110 |
Color Harmonies of #68ACA8
Complementary color
Monochromatic Colors of #68ACA8
Black with #68ACA8
Text Example
Text Example
White with #68ACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ACA8; }
p { color: rgb(104,172,168); }
H1.HeaderClassName
{
color: #68ACA8;
}
.AnyTagClassName
{
color: #68ACA8;
}
</style>
background-color css
<style>
a { background-color: #68ACA8; }
a { background-color: rgb(104,172,168); }
div.DivClassName
{
background-color: #68ACA8;
}
.BgClassName
{
background-color: #68ACA8;
}
</style>
border-color css
<style>
span { border-color: #68ACA8; }
span { border-color: rgb(104,172,168); }
td.TdClassName
{
border-color: #68ACA8;
}
.TagClassName
{
border-color: #68ACA8;
}
</style>