Shades of Tradewind #5EACA1
Tints of Tradewind #5EACA1
RGB
CMYK
RGB Variations
Color information
#5EACA1 (or 0x5EACA1) is known color: Tradewind. HEX triplet: 5E, AC and A1. RGB value is (94,172,161). Sum of RGB (Red+Green+Blue) = 94+172+161=427 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.01% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #5EACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EACA1 is #A1535E. Grayscale: #939393. Windows color (decimal): -10572639 or 10595422. OLE color: 10595422.
HSL color Cylindrical-coordinate representation of color #5EACA1: hue angle of 171.54º 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 #5EACA1 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 161 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.33 |
| HSL | 171.54º | 0.32% | 0.52% | - |
| HSV(B) | 171.54º | 0.45% | 0.67% | - |
| XYZ | 25.8 | 34.46 | 39.01 | - |
| YUV | 147.42 | 135.66 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 161 | 0.45 | 0 | 0.06 | 0.33 | 171.54 | 0.32 | 0.52 |
| Hex | 5E | AC | A1 | 2D | 0 | 6 | 21 | AC | 20 | 34 |
| Octal | 136 | 254 | 241 | 55 | 0 | 6 | 41 | 254 | 40 | 64 |
| Binary | 1011110 | 10101100 | 10100001 | 101101 | 0 | 110 | 100001 | 10101100 | 100000 | 110100 |
Color Harmonies of #5EACA1
Complementary color
Monochromatic Colors of #5EACA1
Black with #5EACA1
Text Example
Text Example
White with #5EACA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EACA1; }
p { color: rgb(94,172,161); }
H1.HeaderClassName
{
color: #5EACA1;
}
.AnyTagClassName
{
color: #5EACA1;
}
</style>
background-color css
<style>
a { background-color: #5EACA1; }
a { background-color: rgb(94,172,161); }
div.DivClassName
{
background-color: #5EACA1;
}
.BgClassName
{
background-color: #5EACA1;
}
</style>
border-color css
<style>
span { border-color: #5EACA1; }
span { border-color: rgb(94,172,161); }
td.TdClassName
{
border-color: #5EACA1;
}
.TagClassName
{
border-color: #5EACA1;
}
</style>