Shades of Tradewind #68AEA3
Tints of Tradewind #68AEA3
RGB
CMYK
RGB Variations
Color information
#68AEA3 (or 0x68AEA3) is known color: Tradewind. HEX triplet: 68, AE and A3. RGB value is (104,174,163). Sum of RGB (Red+Green+Blue) = 104+174+163=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #68AEA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AEA3 is #97515C. Grayscale: #979797. Windows color (decimal): -9916765 or 10727016. OLE color: 10727016.
HSL color Cylindrical-coordinate representation of color #68AEA3: hue angle of 170.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AEA3 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 163 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.32 |
| HSL | 170.57º | 0.3% | 0.55% | - |
| HSV(B) | 170.57º | 0.4% | 0.68% | - |
| XYZ | 27.46 | 35.86 | 40.12 | - |
| YUV | 151.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 163 | 0.40 | 0 | 0.06 | 0.32 | 170.57 | 0.3 | 0.55 |
| Hex | 68 | AE | A3 | 28 | 0 | 6 | 20 | AB | 1E | 37 |
| Octal | 150 | 256 | 243 | 50 | 0 | 6 | 40 | 253 | 36 | 67 |
| Binary | 1101000 | 10101110 | 10100011 | 101000 | 0 | 110 | 100000 | 10101011 | 11110 | 110111 |
Color Harmonies of #68AEA3
Complementary color
Monochromatic Colors of #68AEA3
Black with #68AEA3
Text Example
Text Example
White with #68AEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AEA3; }
p { color: rgb(104,174,163); }
H1.HeaderClassName
{
color: #68AEA3;
}
.AnyTagClassName
{
color: #68AEA3;
}
</style>
background-color css
<style>
a { background-color: #68AEA3; }
a { background-color: rgb(104,174,163); }
div.DivClassName
{
background-color: #68AEA3;
}
.BgClassName
{
background-color: #68AEA3;
}
</style>
border-color css
<style>
span { border-color: #68AEA3; }
span { border-color: rgb(104,174,163); }
td.TdClassName
{
border-color: #68AEA3;
}
.TagClassName
{
border-color: #68AEA3;
}
</style>