#5EACA7

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

Shades of Tradewind #5EACA7

Tints of Tradewind #5EACA7

Color information

#5EACA7 (or 0x5EACA7) is unknown color: approx Tradewind. HEX triplet: 5E, AC and A7. RGB value is (94,172,167). Sum of RGB (Red+Green+Blue) = 94+172+167=433 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.71% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 167 (65.62% from 255 or 38.57% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #5EACA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EACA7 is #A15358. Grayscale: #949494. Windows color (decimal): -10572633 or 10988638. OLE color: 10988638.

HSL color Cylindrical-coordinate representation of color #5EACA7: hue angle of 176.15º 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 #5EACA7 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB94172167-
CMYK0.4500.030.33
HSL176.15º31.97%52.16%-
HSV(B)176.15º45.35%67.45%-
XYZ26.3434.6741.86-
YUV148.11138.6689.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.71%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 167 (65.62% from 255) = 38.57%
R=21.71%
G=39.72%
B=38.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941721670.4500.030.33176.1531.9752.16
Hex5EACA72D0321b02034
Octal1362542475503412604064
Binary1011110101011001010011110110101110000110110000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EACA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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