#5EAEA7

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

Shades of Tradewind #5EAEA7

Tints of Tradewind #5EAEA7

Color information

#5EAEA7 (or 0x5EAEA7) is unknown color: approx Tradewind. HEX triplet: 5E, AE and A7. RGB value is (94,174,167). Sum of RGB (Red+Green+Blue) = 94+174+167=435 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.61% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAEA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAEA7 is #A15158. Grayscale: #959595. Windows color (decimal): -10572121 or 10989150. OLE color: 10989150.

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

Color convert

RGB94174167-
CMYK0.4600.040.32
HSL174.75º33.06%52.55%-
HSV(B)174.75º45.98%68.24%-
XYZ26.7335.4441.99-
YUV149.2813888.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.61%
GREEN value IS 174 (68.36% from 255) = 40%
BLUE value IS 167 (65.62% from 255) = 38.39%
R=21.61%
G=40%
B=38.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal941741670.4600.040.32174.7533.0652.55
Hex5EAEA72E0420af2135
Octal1362562475604402574165
Binary10111101010111010100111101110010010000010101111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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