#5EADA7

Color #5EADA7 Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #5EADA7

Tints of Tradewind #5EADA7

Color information

#5EADA7 (or 0x5EADA7) is unknown color: approx Tradewind. HEX triplet: 5E, AD and A7. RGB value is (94,173,167). Sum of RGB (Red+Green+Blue) = 94+173+167=434 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.66% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #5EADA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EADA7 is #A15258. Grayscale: #949494. Windows color (decimal): -10572377 or 10988894. OLE color: 10988894.

HSL color Cylindrical-coordinate representation of color #5EADA7: hue angle of 175.44º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EADA7 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB94173167-
CMYK0.4600.030.32
HSL175.44º32.51%52.35%-
HSV(B)175.44º45.66%67.84%-
XYZ26.5335.0641.93-
YUV148.7138.3388.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 21.66%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 167 (65.62% from 255) = 38.48%
R=21.66%
G=39.86%
B=38.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal941731670.4600.030.32175.4432.5152.35
Hex5EADA72E0320af2134
Octal1362552475603402574164
Binary1011110101011011010011110111001110000010101111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EADA7; }

 p { color: rgb(94,173,167); }

 H1.HeaderClassName
 {
   color: #5EADA7;
 }
 .AnyTagClassName
 {
   color: #5EADA7;
 }
</style>
background-color css

<style>
 a { background-color: #5EADA7; }

 a { background-color: rgb(94,173,167); }

 div.DivClassName
 {
   background-color: #5EADA7;
 }
 .BgClassName
 {
   background-color: #5EADA7;
 }
</style>
border-color css

<style>
 span { border-color: #5EADA7; }

 span { border-color: rgb(94,173,167); }

 td.TdClassName
 {
   border-color: #5EADA7;
 }
 .TagClassName
 {
   border-color: #5EADA7;
 }
</style>