Shades of Tradewind #5EABA5
Tints of Tradewind #5EABA5
RGB
CMYK
RGB Variations
Color information
#5EABA5 (or 0x5EABA5) is known color: Tradewind. HEX triplet: 5E, AB and A5. RGB value is (94,171,165). Sum of RGB (Red+Green+Blue) = 94+171+165=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #5EABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EABA5 is #A1545A. Grayscale: #939393. Windows color (decimal): -10572891 or 10857310. OLE color: 10857310.
HSL color Cylindrical-coordinate representation of color #5EABA5: hue angle of 175.32º degrees, saturation: 0.31, 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 #5EABA5 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 165 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.33 |
| HSL | 175.32º | 0.31% | 0.52% | - |
| HSV(B) | 175.32º | 0.45% | 0.67% | - |
| XYZ | 25.97 | 34.22 | 40.83 | - |
| YUV | 147.29 | 137.99 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 165 | 0.45 | 0 | 0.04 | 0.33 | 175.32 | 0.31 | 0.52 |
| Hex | 5E | AB | A5 | 2D | 0 | 4 | 21 | AF | 1F | 34 |
| Octal | 136 | 253 | 245 | 55 | 0 | 4 | 41 | 257 | 37 | 64 |
| Binary | 1011110 | 10101011 | 10100101 | 101101 | 0 | 100 | 100001 | 10101111 | 11111 | 110100 |
Color Harmonies of #5EABA5
Complementary color
Monochromatic Colors of #5EABA5
Black with #5EABA5
Text Example
Text Example
White with #5EABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EABA5; }
p { color: rgb(94,171,165); }
H1.HeaderClassName
{
color: #5EABA5;
}
.AnyTagClassName
{
color: #5EABA5;
}
</style>
background-color css
<style>
a { background-color: #5EABA5; }
a { background-color: rgb(94,171,165); }
div.DivClassName
{
background-color: #5EABA5;
}
.BgClassName
{
background-color: #5EABA5;
}
</style>
border-color css
<style>
span { border-color: #5EABA5; }
span { border-color: rgb(94,171,165); }
td.TdClassName
{
border-color: #5EABA5;
}
.TagClassName
{
border-color: #5EABA5;
}
</style>