#5EADA3

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

Shades of Tradewind #5EADA3

Tints of Tradewind #5EADA3

Color information

#5EADA3 (or 0x5EADA3) is unknown color: approx Tradewind. HEX triplet: 5E, AD and A3. RGB value is (94,173,163). Sum of RGB (Red+Green+Blue) = 94+173+163=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #5EADA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EADA3 is #A1525C. Grayscale: #949494. Windows color (decimal): -10572381 or 10726750. OLE color: 10726750.

HSL color Cylindrical-coordinate representation of color #5EADA3: hue angle of 172.41º 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 #5EADA3 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB94173163-
CMYK0.4600.060.32
HSL172.41º32.51%52.35%-
HSV(B)172.41º45.66%67.84%-
XYZ26.1734.9140.01-
YUV148.24136.3389.31-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.86%
GREEN value IS 173 (67.97% from 255) = 40.23%
BLUE value IS 163 (64.06% from 255) = 37.91%
R=21.86%
G=40.23%
B=37.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal941731630.4600.060.32172.4132.5152.35
Hex5EADA32E0620ac2134
Octal1362552435606402544164
Binary10111101010110110100011101110011010000010101100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EADA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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