Shades of Tradewind #5EACA6
Tints of Tradewind #5EACA6
RGB
CMYK
RGB Variations
Color information
#5EACA6 (or 0x5EACA6) is known color: Tradewind. HEX triplet: 5E, AC and A6. RGB value is (94,172,166). Sum of RGB (Red+Green+Blue) = 94+172+166=432 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.76% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #5EACA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EACA6 is #A15359. Grayscale: #939393. Windows color (decimal): -10572634 or 10923102. OLE color: 10923102.
HSL color Cylindrical-coordinate representation of color #5EACA6: hue angle of 175.38º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EACA6 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 166 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.33 |
| HSL | 175.38º | 0.32% | 0.52% | - |
| HSV(B) | 175.38º | 0.45% | 0.67% | - |
| XYZ | 26.25 | 34.64 | 41.38 | - |
| YUV | 147.99 | 138.16 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 166 | 0.45 | 0 | 0.03 | 0.33 | 175.38 | 0.32 | 0.52 |
| Hex | 5E | AC | A6 | 2D | 0 | 3 | 21 | AF | 20 | 34 |
| Octal | 136 | 254 | 246 | 55 | 0 | 3 | 41 | 257 | 40 | 64 |
| Binary | 1011110 | 10101100 | 10100110 | 101101 | 0 | 11 | 100001 | 10101111 | 100000 | 110100 |
Color Harmonies of #5EACA6
Complementary color
Monochromatic Colors of #5EACA6
Black with #5EACA6
Text Example
Text Example
White with #5EACA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACA6; }
p { color: rgb(94,172,166); }
H1.HeaderClassName
{
color: #5EACA6;
}
.AnyTagClassName
{
color: #5EACA6;
}
</style>
background-color css
<style>
a { background-color: #5EACA6; }
a { background-color: rgb(94,172,166); }
div.DivClassName
{
background-color: #5EACA6;
}
.BgClassName
{
background-color: #5EACA6;
}
</style>
border-color css
<style>
span { border-color: #5EACA6; }
span { border-color: rgb(94,172,166); }
td.TdClassName
{
border-color: #5EACA6;
}
.TagClassName
{
border-color: #5EACA6;
}
</style>